Shades of Dodger Blue #019AFF
Tints of Dodger Blue #019AFF
RGB
CMYK
RGB Variations
Color information
#019AFF (or 0x019AFF) is known color: Dodger Blue. HEX triplet: 01, 9A and FF. RGB value is (1,154,255). Sum of RGB (Red+Green+Blue) = 1+154+255=410 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #019AFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019AFF is #FE6500. Grayscale: #777777. Windows color (decimal): -16672001 or 16751105. OLE color: 16751105.
HSL color Cylindrical-coordinate representation of color #019AFF: hue angle of 203.86º 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 #019AFF is Cyan = 1.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 154 | 255 | - |
| CMYK | 1.00 | 0.40 | 0 | 0 |
| HSL | 203.86º | 1% | 0.5% | - |
| HSV(B) | 203.86º | 1% | 1% | - |
| XYZ | 29.62 | 30.34 | 98.9 | - |
| YUV | 119.77 | 204.31 | 43.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 154 | 255 | 1.00 | 0.40 | 0 | 0 | 203.86 | 1 | 0.5 |
| Hex | 1 | 9A | FF | 64 | 28 | 0 | 0 | CC | 64 | 32 |
| Octal | 1 | 232 | 377 | 144 | 50 | 0 | 0 | 314 | 144 | 62 |
| Binary | 1 | 10011010 | 11111111 | 1100100 | 101000 | 0 | 0 | 11001100 | 1100100 | 110010 |
Color Harmonies of #019AFF
Complementary color
Monochromatic Colors of #019AFF
Black with #019AFF
Text Example
Text Example
White with #019AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019AFF; }
p { color: rgb(1,154,255); }
H1.HeaderClassName
{
color: #019AFF;
}
.AnyTagClassName
{
color: #019AFF;
}
</style>
background-color css
<style>
a { background-color: #019AFF; }
a { background-color: rgb(1,154,255); }
div.DivClassName
{
background-color: #019AFF;
}
.BgClassName
{
background-color: #019AFF;
}
</style>
border-color css
<style>
span { border-color: #019AFF; }
span { border-color: rgb(1,154,255); }
td.TdClassName
{
border-color: #019AFF;
}
.TagClassName
{
border-color: #019AFF;
}
</style>