Shades of Dodger Blue #019DED
Tints of Dodger Blue #019DED
RGB
CMYK
RGB Variations
Color information
#019DED (or 0x019DED) is known color: Dodger Blue. HEX triplet: 01, 9D and ED. RGB value is (1,157,237). Sum of RGB (Red+Green+Blue) = 1+157+237=395 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 237 (92.97% from 255 or 60% from 395); Max value from RGB is 237 - color contains mainly: blue. Hex color #019DED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019DED is #FE6212. Grayscale: #777777. Windows color (decimal): -16671251 or 15572225. OLE color: 15572225.
HSL color Cylindrical-coordinate representation of color #019DED: hue angle of 200.34º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019DED is Cyan = 1.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 157 | 237 | - |
| CMYK | 1.00 | 0.34 | 0 | 0.07 |
| HSL | 200.34º | 0.99% | 0.47% | - |
| HSV(B) | 200.34º | 1% | 0.93% | - |
| XYZ | 27.36 | 30.23 | 84.51 | - |
| YUV | 119.48 | 194.32 | 43.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 157 | 237 | 1.00 | 0.34 | 0 | 0.07 | 200.34 | 0.99 | 0.47 |
| Hex | 1 | 9D | ED | 64 | 22 | 0 | 7 | C8 | 63 | 2F |
| Octal | 1 | 235 | 355 | 144 | 42 | 0 | 7 | 310 | 143 | 57 |
| Binary | 1 | 10011101 | 11101101 | 1100100 | 100010 | 0 | 111 | 11001000 | 1100011 | 101111 |
Color Harmonies of #019DED
Complementary color
Monochromatic Colors of #019DED
Black with #019DED
Text Example
Text Example
White with #019DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019DED; }
p { color: rgb(1,157,237); }
H1.HeaderClassName
{
color: #019DED;
}
.AnyTagClassName
{
color: #019DED;
}
</style>
background-color css
<style>
a { background-color: #019DED; }
a { background-color: rgb(1,157,237); }
div.DivClassName
{
background-color: #019DED;
}
.BgClassName
{
background-color: #019DED;
}
</style>
border-color css
<style>
span { border-color: #019DED; }
span { border-color: rgb(1,157,237); }
td.TdClassName
{
border-color: #019DED;
}
.TagClassName
{
border-color: #019DED;
}
</style>