Shades of Dodger Blue #019DF1
Tints of Dodger Blue #019DF1
RGB
CMYK
RGB Variations
Color information
#019DF1 (or 0x019DF1) is known color: Dodger Blue. HEX triplet: 01, 9D and F1. RGB value is (1,157,241). Sum of RGB (Red+Green+Blue) = 1+157+241=399 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 241 (94.53% from 255 or 60.40% from 399); Max value from RGB is 241 - color contains mainly: blue. Hex color #019DF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019DF1 is #FE620E. Grayscale: #777777. Windows color (decimal): -16671247 or 15834369. OLE color: 15834369.
HSL color Cylindrical-coordinate representation of color #019DF1: hue angle of 201º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019DF1 is Cyan = 1.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 157 | 241 | - |
| CMYK | 1.00 | 0.35 | 0 | 0.05 |
| HSL | 201º | 0.99% | 0.47% | - |
| HSV(B) | 201º | 1% | 0.95% | - |
| XYZ | 27.95 | 30.47 | 87.63 | - |
| YUV | 119.93 | 196.32 | 43.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 157 | 241 | 1.00 | 0.35 | 0 | 0.05 | 201 | 0.99 | 0.47 |
| Hex | 1 | 9D | F1 | 64 | 23 | 0 | 5 | C9 | 63 | 2F |
| Octal | 1 | 235 | 361 | 144 | 43 | 0 | 5 | 311 | 143 | 57 |
| Binary | 1 | 10011101 | 11110001 | 1100100 | 100011 | 0 | 101 | 11001001 | 1100011 | 101111 |
Color Harmonies of #019DF1
Complementary color
Monochromatic Colors of #019DF1
Black with #019DF1
Text Example
Text Example
White with #019DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019DF1; }
p { color: rgb(1,157,241); }
H1.HeaderClassName
{
color: #019DF1;
}
.AnyTagClassName
{
color: #019DF1;
}
</style>
background-color css
<style>
a { background-color: #019DF1; }
a { background-color: rgb(1,157,241); }
div.DivClassName
{
background-color: #019DF1;
}
.BgClassName
{
background-color: #019DF1;
}
</style>
border-color css
<style>
span { border-color: #019DF1; }
span { border-color: rgb(1,157,241); }
td.TdClassName
{
border-color: #019DF1;
}
.TagClassName
{
border-color: #019DF1;
}
</style>