Shades of Dodger Blue #019CEC
Tints of Dodger Blue #019CEC
RGB
CMYK
RGB Variations
Color information
#019CEC (or 0x019CEC) is known color: Dodger Blue. HEX triplet: 01, 9C and EC. RGB value is (1,156,236). Sum of RGB (Red+Green+Blue) = 1+156+236=393 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 236 (92.58% from 255 or 60.05% from 393); Max value from RGB is 236 - color contains mainly: blue. Hex color #019CEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019CEC is #FE6313. Grayscale: #767676. Windows color (decimal): -16671508 or 15506433. OLE color: 15506433.
HSL color Cylindrical-coordinate representation of color #019CEC: hue angle of 200.43º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019CEC is Cyan = 1.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 156 | 236 | - |
| CMYK | 1.00 | 0.34 | 0 | 0.07 |
| HSL | 200.43º | 0.99% | 0.46% | - |
| HSV(B) | 200.43º | 1% | 0.93% | - |
| XYZ | 27.04 | 29.84 | 83.69 | - |
| YUV | 118.78 | 194.15 | 44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 156 | 236 | 1.00 | 0.34 | 0 | 0.07 | 200.43 | 0.99 | 0.46 |
| Hex | 1 | 9C | EC | 64 | 22 | 0 | 7 | C8 | 63 | 2E |
| Octal | 1 | 234 | 354 | 144 | 42 | 0 | 7 | 310 | 143 | 56 |
| Binary | 1 | 10011100 | 11101100 | 1100100 | 100010 | 0 | 111 | 11001000 | 1100011 | 101110 |
Color Harmonies of #019CEC
Complementary color
Monochromatic Colors of #019CEC
Black with #019CEC
Text Example
Text Example
White with #019CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019CEC; }
p { color: rgb(1,156,236); }
H1.HeaderClassName
{
color: #019CEC;
}
.AnyTagClassName
{
color: #019CEC;
}
</style>
background-color css
<style>
a { background-color: #019CEC; }
a { background-color: rgb(1,156,236); }
div.DivClassName
{
background-color: #019CEC;
}
.BgClassName
{
background-color: #019CEC;
}
</style>
border-color css
<style>
span { border-color: #019CEC; }
span { border-color: rgb(1,156,236); }
td.TdClassName
{
border-color: #019CEC;
}
.TagClassName
{
border-color: #019CEC;
}
</style>