Shades of Dodger Blue #019BFD
Tints of Dodger Blue #019BFD
RGB
CMYK
RGB Variations
Color information
#019BFD (or 0x019BFD) is known color: Dodger Blue. HEX triplet: 01, 9B and FD. RGB value is (1,155,253). Sum of RGB (Red+Green+Blue) = 1+155+253=409 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 253 (99.22% from 255 or 61.86% from 409); Max value from RGB is 253 - color contains mainly: blue. Hex color #019BFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019BFD is #FE6402. Grayscale: #777777. Windows color (decimal): -16671747 or 16620289. OLE color: 16620289.
HSL color Cylindrical-coordinate representation of color #019BFD: hue angle of 203.33º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019BFD is Cyan = 1.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 155 | 253 | - |
| CMYK | 1.00 | 0.39 | 0 | 0.01 |
| HSL | 203.33º | 0.99% | 0.5% | - |
| HSV(B) | 203.33º | 1% | 0.99% | - |
| XYZ | 29.46 | 30.54 | 97.27 | - |
| YUV | 120.13 | 202.98 | 43.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 155 | 253 | 1.00 | 0.39 | 0 | 0.01 | 203.33 | 0.99 | 0.5 |
| Hex | 1 | 9B | FD | 64 | 27 | 0 | 1 | CB | 63 | 32 |
| Octal | 1 | 233 | 375 | 144 | 47 | 0 | 1 | 313 | 143 | 62 |
| Binary | 1 | 10011011 | 11111101 | 1100100 | 100111 | 0 | 1 | 11001011 | 1100011 | 110010 |
Color Harmonies of #019BFD
Complementary color
Monochromatic Colors of #019BFD
Black with #019BFD
Text Example
Text Example
White with #019BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019BFD; }
p { color: rgb(1,155,253); }
H1.HeaderClassName
{
color: #019BFD;
}
.AnyTagClassName
{
color: #019BFD;
}
</style>
background-color css
<style>
a { background-color: #019BFD; }
a { background-color: rgb(1,155,253); }
div.DivClassName
{
background-color: #019BFD;
}
.BgClassName
{
background-color: #019BFD;
}
</style>
border-color css
<style>
span { border-color: #019BFD; }
span { border-color: rgb(1,155,253); }
td.TdClassName
{
border-color: #019BFD;
}
.TagClassName
{
border-color: #019BFD;
}
</style>