Shades of Dodger Blue #158CDC
Tints of Dodger Blue #158CDC
RGB
CMYK
RGB Variations
Color information
#158CDC (or 0x158CDC) is known color: Dodger Blue. HEX triplet: 15, 8C and DC. RGB value is (21,140,220). Sum of RGB (Red+Green+Blue) = 21+140+220=381 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.51% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #158CDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158CDC is #EA7323. Grayscale: #717171. Windows color (decimal): -15364900 or 14453781. OLE color: 14453781.
HSL color Cylindrical-coordinate representation of color #158CDC: hue angle of 204.12º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #158CDC is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 140 | 220 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.14 |
| HSL | 204.12º | 0.83% | 0.47% | - |
| HSV(B) | 204.12º | 0.9% | 0.86% | - |
| XYZ | 22.61 | 24.08 | 71.17 | - |
| YUV | 113.54 | 188.08 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 140 | 220 | 0.90 | 0.36 | 0 | 0.14 | 204.12 | 0.83 | 0.47 |
| Hex | 15 | 8C | DC | 5A | 24 | 0 | E | CC | 53 | 2F |
| Octal | 25 | 214 | 334 | 132 | 44 | 0 | 16 | 314 | 123 | 57 |
| Binary | 10101 | 10001100 | 11011100 | 1011010 | 100100 | 0 | 1110 | 11001100 | 1010011 | 101111 |
Color Harmonies of #158CDC
Complementary color
Monochromatic Colors of #158CDC
Black with #158CDC
Text Example
Text Example
White with #158CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158CDC; }
p { color: rgb(21,140,220); }
H1.HeaderClassName
{
color: #158CDC;
}
.AnyTagClassName
{
color: #158CDC;
}
</style>
background-color css
<style>
a { background-color: #158CDC; }
a { background-color: rgb(21,140,220); }
div.DivClassName
{
background-color: #158CDC;
}
.BgClassName
{
background-color: #158CDC;
}
</style>
border-color css
<style>
span { border-color: #158CDC; }
span { border-color: rgb(21,140,220); }
td.TdClassName
{
border-color: #158CDC;
}
.TagClassName
{
border-color: #158CDC;
}
</style>