Shades of Dodger Blue #019BFE
Tints of Dodger Blue #019BFE
RGB
CMYK
RGB Variations
Color information
#019BFE (or 0x019BFE) is known color: Dodger Blue. HEX triplet: 01, 9B and FE. RGB value is (1,155,254). Sum of RGB (Red+Green+Blue) = 1+155+254=410 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 254 (99.61% from 255 or 61.95% from 410); Max value from RGB is 254 - color contains mainly: blue. Hex color #019BFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019BFE is #FE6401. Grayscale: #777777. Windows color (decimal): -16671746 or 16685825. OLE color: 16685825.
HSL color Cylindrical-coordinate representation of color #019BFE: hue angle of 203.48º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019BFE is Cyan = 1.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 155 | 254 | - |
| CMYK | 1.00 | 0.39 | 0 | 0.00 |
| HSL | 203.48º | 0.99% | 0.5% | - |
| HSV(B) | 203.48º | 1% | 1% | - |
| XYZ | 29.62 | 30.6 | 98.11 | - |
| YUV | 120.24 | 203.48 | 42.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 155 | 254 | 1.00 | 0.39 | 0 | 0.00 | 203.48 | 0.99 | 0.5 |
| Hex | 1 | 9B | FE | 64 | 27 | 0 | 0 | CB | 63 | 32 |
| Octal | 1 | 233 | 376 | 144 | 47 | 0 | 0 | 313 | 143 | 62 |
| Binary | 1 | 10011011 | 11111110 | 1100100 | 100111 | 0 | 0 | 11001011 | 1100011 | 110010 |
Color Harmonies of #019BFE
Complementary color
Monochromatic Colors of #019BFE
Black with #019BFE
Text Example
Text Example
White with #019BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019BFE; }
p { color: rgb(1,155,254); }
H1.HeaderClassName
{
color: #019BFE;
}
.AnyTagClassName
{
color: #019BFE;
}
</style>
background-color css
<style>
a { background-color: #019BFE; }
a { background-color: rgb(1,155,254); }
div.DivClassName
{
background-color: #019BFE;
}
.BgClassName
{
background-color: #019BFE;
}
</style>
border-color css
<style>
span { border-color: #019BFE; }
span { border-color: rgb(1,155,254); }
td.TdClassName
{
border-color: #019BFE;
}
.TagClassName
{
border-color: #019BFE;
}
</style>