Shades of Dodger Blue #159CEA
Tints of Dodger Blue #159CEA
RGB
CMYK
RGB Variations
Color information
#159CEA (or 0x159CEA) is known color: Dodger Blue. HEX triplet: 15, 9C and EA. RGB value is (21,156,234). Sum of RGB (Red+Green+Blue) = 21+156+234=411 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.11% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 234 (91.80% from 255 or 56.93% from 411); Max value from RGB is 234 - color contains mainly: blue. Hex color #159CEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159CEA is #EA6315. Grayscale: #7C7C7C. Windows color (decimal): -15360790 or 15375381. OLE color: 15375381.
HSL color Cylindrical-coordinate representation of color #159CEA: hue angle of 201.97º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #159CEA is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 156 | 234 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.08 |
| HSL | 201.97º | 0.84% | 0.5% | - |
| HSV(B) | 201.97º | 0.91% | 0.92% | - |
| XYZ | 27.05 | 29.88 | 82.18 | - |
| YUV | 124.53 | 189.77 | 54.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 156 | 234 | 0.91 | 0.33 | 0 | 0.08 | 201.97 | 0.84 | 0.5 |
| Hex | 15 | 9C | EA | 5B | 21 | 0 | 8 | CA | 54 | 32 |
| Octal | 25 | 234 | 352 | 133 | 41 | 0 | 10 | 312 | 124 | 62 |
| Binary | 10101 | 10011100 | 11101010 | 1011011 | 100001 | 0 | 1000 | 11001010 | 1010100 | 110010 |
Color Harmonies of #159CEA
Complementary color
Monochromatic Colors of #159CEA
Black with #159CEA
Text Example
Text Example
White with #159CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159CEA; }
p { color: rgb(21,156,234); }
H1.HeaderClassName
{
color: #159CEA;
}
.AnyTagClassName
{
color: #159CEA;
}
</style>
background-color css
<style>
a { background-color: #159CEA; }
a { background-color: rgb(21,156,234); }
div.DivClassName
{
background-color: #159CEA;
}
.BgClassName
{
background-color: #159CEA;
}
</style>
border-color css
<style>
span { border-color: #159CEA; }
span { border-color: rgb(21,156,234); }
td.TdClassName
{
border-color: #159CEA;
}
.TagClassName
{
border-color: #159CEA;
}
</style>