#15A0F1

Color #15A0F1 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #15A0F1

Tints of Dodger Blue #15A0F1

Color information

#15A0F1 (or 0x15A0F1) is unknown color: approx Dodger Blue. HEX triplet: 15, A0 and F1. RGB value is (21,160,241). Sum of RGB (Red+Green+Blue) = 21+160+241=422 (55% of max value = 765). Red value is 21 (8.59% from 255 or 4.98% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 241 (94.53% from 255 or 57.11% from 422); Max value from RGB is 241 - color contains mainly: blue. Hex color #15A0F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15A0F1 is #EA5F0E. Grayscale: #7F7F7F. Windows color (decimal): -15359759 or 15835157. OLE color: 15835157.

HSL color Cylindrical-coordinate representation of color #15A0F1: hue angle of 202.09º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15A0F1 is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21160241-
CMYK0.910.3400.05
HSL202.09º88.71%51.37%-
HSV(B)202.09º91.29%94.51%-
XYZ28.7631.6587.81-
YUV127.67191.9551.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 21 (8.59% from 255) = 4.98%
GREEN value IS 160 (62.89% from 255) = 37.91%
BLUE value IS 241 (94.53% from 255) = 57.11%
R=4.98%
G=37.91%
B=57.11%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal211602410.910.3400.05202.0988.7151.37
Hex15A0F15B2205ca5933
Octal25240361133420531213163
Binary10101101000001111000110110111000100101110010101011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15A0F1; }

 p { color: rgb(21,160,241); }

 H1.HeaderClassName
 {
   color: #15A0F1;
 }
 .AnyTagClassName
 {
   color: #15A0F1;
 }
</style>
background-color css

<style>
 a { background-color: #15A0F1; }

 a { background-color: rgb(21,160,241); }

 div.DivClassName
 {
   background-color: #15A0F1;
 }
 .BgClassName
 {
   background-color: #15A0F1;
 }
</style>
border-color css

<style>
 span { border-color: #15A0F1; }

 span { border-color: rgb(21,160,241); }

 td.TdClassName
 {
   border-color: #15A0F1;
 }
 .TagClassName
 {
   border-color: #15A0F1;
 }
</style>