Shades of Dodger Blue #019BFF
Tints of Dodger Blue #019BFF
RGB
CMYK
RGB Variations
Color information
#019BFF (or 0x019BFF) is known color: Dodger Blue. HEX triplet: 01, 9B and FF. RGB value is (1,155,255). Sum of RGB (Red+Green+Blue) = 1+155+255=411 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #019BFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019BFF is #FE6400. Grayscale: #777777. Windows color (decimal): -16671745 or 16751361. OLE color: 16751361.
HSL color Cylindrical-coordinate representation of color #019BFF: hue angle of 203.62º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019BFF is Cyan = 1.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 155 | 255 | - |
| CMYK | 1.00 | 0.39 | 0 | 0 |
| HSL | 203.62º | 1% | 0.5% | - |
| HSV(B) | 203.62º | 1% | 1% | - |
| XYZ | 29.78 | 30.67 | 98.96 | - |
| YUV | 120.35 | 203.98 | 42.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 155 | 255 | 1.00 | 0.39 | 0 | 0 | 203.62 | 1 | 0.5 |
| Hex | 1 | 9B | FF | 64 | 27 | 0 | 0 | CC | 64 | 32 |
| Octal | 1 | 233 | 377 | 144 | 47 | 0 | 0 | 314 | 144 | 62 |
| Binary | 1 | 10011011 | 11111111 | 1100100 | 100111 | 0 | 0 | 11001100 | 1100100 | 110010 |
Color Harmonies of #019BFF
Complementary color
Monochromatic Colors of #019BFF
Black with #019BFF
Text Example
Text Example
White with #019BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019BFF; }
p { color: rgb(1,155,255); }
H1.HeaderClassName
{
color: #019BFF;
}
.AnyTagClassName
{
color: #019BFF;
}
</style>
background-color css
<style>
a { background-color: #019BFF; }
a { background-color: rgb(1,155,255); }
div.DivClassName
{
background-color: #019BFF;
}
.BgClassName
{
background-color: #019BFF;
}
</style>
border-color css
<style>
span { border-color: #019BFF; }
span { border-color: rgb(1,155,255); }
td.TdClassName
{
border-color: #019BFF;
}
.TagClassName
{
border-color: #019BFF;
}
</style>