Shades of Dodger Blue #019DFB
Tints of Dodger Blue #019DFB
RGB
CMYK
RGB Variations
Color information
#019DFB (or 0x019DFB) is known color: Dodger Blue. HEX triplet: 01, 9D and FB. RGB value is (1,157,251). Sum of RGB (Red+Green+Blue) = 1+157+251=409 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 251 (98.44% from 255 or 61.37% from 409); Max value from RGB is 251 - color contains mainly: blue. Hex color #019DFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019DFB is #FE6204. Grayscale: #787878. Windows color (decimal): -16671237 or 16489729. OLE color: 16489729.
HSL color Cylindrical-coordinate representation of color #019DFB: hue angle of 202.56º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019DFB is Cyan = 1.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 157 | 251 | - |
| CMYK | 1.00 | 0.37 | 0 | 0.02 |
| HSL | 202.56º | 0.99% | 0.49% | - |
| HSV(B) | 202.56º | 1% | 0.98% | - |
| XYZ | 29.48 | 31.09 | 95.71 | - |
| YUV | 121.07 | 201.32 | 42.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 157 | 251 | 1.00 | 0.37 | 0 | 0.02 | 202.56 | 0.99 | 0.49 |
| Hex | 1 | 9D | FB | 64 | 25 | 0 | 2 | CB | 63 | 31 |
| Octal | 1 | 235 | 373 | 144 | 45 | 0 | 2 | 313 | 143 | 61 |
| Binary | 1 | 10011101 | 11111011 | 1100100 | 100101 | 0 | 10 | 11001011 | 1100011 | 110001 |
Color Harmonies of #019DFB
Complementary color
Monochromatic Colors of #019DFB
Black with #019DFB
Text Example
Text Example
White with #019DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019DFB; }
p { color: rgb(1,157,251); }
H1.HeaderClassName
{
color: #019DFB;
}
.AnyTagClassName
{
color: #019DFB;
}
</style>
background-color css
<style>
a { background-color: #019DFB; }
a { background-color: rgb(1,157,251); }
div.DivClassName
{
background-color: #019DFB;
}
.BgClassName
{
background-color: #019DFB;
}
</style>
border-color css
<style>
span { border-color: #019DFB; }
span { border-color: rgb(1,157,251); }
td.TdClassName
{
border-color: #019DFB;
}
.TagClassName
{
border-color: #019DFB;
}
</style>