Shades of Dodger Blue #019CEE
Tints of Dodger Blue #019CEE
RGB
CMYK
RGB Variations
Color information
#019CEE (or 0x019CEE) is known color: Dodger Blue. HEX triplet: 01, 9C and EE. RGB value is (1,156,238). Sum of RGB (Red+Green+Blue) = 1+156+238=395 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 238 (93.36% from 255 or 60.25% from 395); Max value from RGB is 238 - color contains mainly: blue. Hex color #019CEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019CEE is #FE6311. Grayscale: #767676. Windows color (decimal): -16671506 or 15637505. OLE color: 15637505.
HSL color Cylindrical-coordinate representation of color #019CEE: hue angle of 200.76º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019CEE is Cyan = 1.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 156 | 238 | - |
| CMYK | 1.00 | 0.34 | 0 | 0.07 |
| HSL | 200.76º | 0.99% | 0.47% | - |
| HSV(B) | 200.76º | 1% | 0.93% | - |
| XYZ | 27.33 | 29.96 | 85.23 | - |
| YUV | 119 | 195.15 | 43.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 156 | 238 | 1.00 | 0.34 | 0 | 0.07 | 200.76 | 0.99 | 0.47 |
| Hex | 1 | 9C | EE | 64 | 22 | 0 | 7 | C9 | 63 | 2F |
| Octal | 1 | 234 | 356 | 144 | 42 | 0 | 7 | 311 | 143 | 57 |
| Binary | 1 | 10011100 | 11101110 | 1100100 | 100010 | 0 | 111 | 11001001 | 1100011 | 101111 |
Color Harmonies of #019CEE
Complementary color
Monochromatic Colors of #019CEE
Black with #019CEE
Text Example
Text Example
White with #019CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019CEE; }
p { color: rgb(1,156,238); }
H1.HeaderClassName
{
color: #019CEE;
}
.AnyTagClassName
{
color: #019CEE;
}
</style>
background-color css
<style>
a { background-color: #019CEE; }
a { background-color: rgb(1,156,238); }
div.DivClassName
{
background-color: #019CEE;
}
.BgClassName
{
background-color: #019CEE;
}
</style>
border-color css
<style>
span { border-color: #019CEE; }
span { border-color: rgb(1,156,238); }
td.TdClassName
{
border-color: #019CEE;
}
.TagClassName
{
border-color: #019CEE;
}
</style>