Shades of Dodger Blue #019CF7
Tints of Dodger Blue #019CF7
RGB
CMYK
RGB Variations
Color information
#019CF7 (or 0x019CF7) is known color: Dodger Blue. HEX triplet: 01, 9C and F7. RGB value is (1,156,247). Sum of RGB (Red+Green+Blue) = 1+156+247=404 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 247 (96.88% from 255 or 61.14% from 404); Max value from RGB is 247 - color contains mainly: blue. Hex color #019CF7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019CF7 is #FE6308. Grayscale: #777777. Windows color (decimal): -16671497 or 16227329. OLE color: 16227329.
HSL color Cylindrical-coordinate representation of color #019CF7: hue angle of 202.2º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019CF7 is Cyan = 1.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 1 | 156 | 247 | - |
| CMYK | 1.00 | 0.37 | 0 | 0.03 |
| HSL | 202.2º | 0.99% | 0.49% | - |
| HSV(B) | 202.2º | 1% | 0.97% | - |
| XYZ | 28.69 | 30.5 | 92.37 | - |
| YUV | 120.03 | 199.65 | 43.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 156 | 247 | 1.00 | 0.37 | 0 | 0.03 | 202.2 | 0.99 | 0.49 |
| Hex | 1 | 9C | F7 | 64 | 25 | 0 | 3 | CA | 63 | 31 |
| Octal | 1 | 234 | 367 | 144 | 45 | 0 | 3 | 312 | 143 | 61 |
| Binary | 1 | 10011100 | 11110111 | 1100100 | 100101 | 0 | 11 | 11001010 | 1100011 | 110001 |
Color Harmonies of #019CF7
Complementary color
Monochromatic Colors of #019CF7
Black with #019CF7
Text Example
Text Example
White with #019CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019CF7; }
p { color: rgb(1,156,247); }
H1.HeaderClassName
{
color: #019CF7;
}
.AnyTagClassName
{
color: #019CF7;
}
</style>
background-color css
<style>
a { background-color: #019CF7; }
a { background-color: rgb(1,156,247); }
div.DivClassName
{
background-color: #019CF7;
}
.BgClassName
{
background-color: #019CF7;
}
</style>
border-color css
<style>
span { border-color: #019CF7; }
span { border-color: rgb(1,156,247); }
td.TdClassName
{
border-color: #019CF7;
}
.TagClassName
{
border-color: #019CF7;
}
</style>