Shades of Dodger Blue #019AFC
Tints of Dodger Blue #019AFC
RGB
CMYK
RGB Variations
Color information
#019AFC (or 0x019AFC) is known color: Dodger Blue. HEX triplet: 01, 9A and FC. RGB value is (1,154,252). Sum of RGB (Red+Green+Blue) = 1+154+252=407 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 252 (98.83% from 255 or 61.92% from 407); Max value from RGB is 252 - color contains mainly: blue. Hex color #019AFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019AFC is #FE6503. Grayscale: #767676. Windows color (decimal): -16672004 or 16554497. OLE color: 16554497.
HSL color Cylindrical-coordinate representation of color #019AFC: hue angle of 203.43º 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 #019AFC is Cyan = 1.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 154 | 252 | - |
| CMYK | 1.00 | 0.39 | 0 | 0.01 |
| HSL | 203.43º | 0.99% | 0.5% | - |
| HSV(B) | 203.43º | 1% | 0.99% | - |
| XYZ | 29.14 | 30.15 | 96.38 | - |
| YUV | 119.43 | 202.81 | 43.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 154 | 252 | 1.00 | 0.39 | 0 | 0.01 | 203.43 | 0.99 | 0.5 |
| Hex | 1 | 9A | FC | 64 | 27 | 0 | 1 | CB | 63 | 32 |
| Octal | 1 | 232 | 374 | 144 | 47 | 0 | 1 | 313 | 143 | 62 |
| Binary | 1 | 10011010 | 11111100 | 1100100 | 100111 | 0 | 1 | 11001011 | 1100011 | 110010 |
Color Harmonies of #019AFC
Complementary color
Monochromatic Colors of #019AFC
Black with #019AFC
Text Example
Text Example
White with #019AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019AFC; }
p { color: rgb(1,154,252); }
H1.HeaderClassName
{
color: #019AFC;
}
.AnyTagClassName
{
color: #019AFC;
}
</style>
background-color css
<style>
a { background-color: #019AFC; }
a { background-color: rgb(1,154,252); }
div.DivClassName
{
background-color: #019AFC;
}
.BgClassName
{
background-color: #019AFC;
}
</style>
border-color css
<style>
span { border-color: #019AFC; }
span { border-color: rgb(1,154,252); }
td.TdClassName
{
border-color: #019AFC;
}
.TagClassName
{
border-color: #019AFC;
}
</style>