Shades of Dodger Blue #019CEB
Tints of Dodger Blue #019CEB
RGB
CMYK
RGB Variations
Color information
#019CEB (or 0x019CEB) is known color: Dodger Blue. HEX triplet: 01, 9C and EB. RGB value is (1,156,235). Sum of RGB (Red+Green+Blue) = 1+156+235=392 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 235 (92.19% from 255 or 59.95% from 392); Max value from RGB is 235 - color contains mainly: blue. Hex color #019CEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019CEB is #FE6314. Grayscale: #767676. Windows color (decimal): -16671509 or 15440897. OLE color: 15440897.
HSL color Cylindrical-coordinate representation of color #019CEB: hue angle of 200.26º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019CEB is Cyan = 1.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 156 | 235 | - |
| CMYK | 1.00 | 0.34 | 0 | 0.08 |
| HSL | 200.26º | 0.99% | 0.46% | - |
| HSV(B) | 200.26º | 1% | 0.92% | - |
| XYZ | 26.9 | 29.78 | 82.93 | - |
| YUV | 118.66 | 193.65 | 44.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 156 | 235 | 1.00 | 0.34 | 0 | 0.08 | 200.26 | 0.99 | 0.46 |
| Hex | 1 | 9C | EB | 64 | 22 | 0 | 8 | C8 | 63 | 2E |
| Octal | 1 | 234 | 353 | 144 | 42 | 0 | 10 | 310 | 143 | 56 |
| Binary | 1 | 10011100 | 11101011 | 1100100 | 100010 | 0 | 1000 | 11001000 | 1100011 | 101110 |
Color Harmonies of #019CEB
Complementary color
Monochromatic Colors of #019CEB
Black with #019CEB
Text Example
Text Example
White with #019CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019CEB; }
p { color: rgb(1,156,235); }
H1.HeaderClassName
{
color: #019CEB;
}
.AnyTagClassName
{
color: #019CEB;
}
</style>
background-color css
<style>
a { background-color: #019CEB; }
a { background-color: rgb(1,156,235); }
div.DivClassName
{
background-color: #019CEB;
}
.BgClassName
{
background-color: #019CEB;
}
</style>
border-color css
<style>
span { border-color: #019CEB; }
span { border-color: rgb(1,156,235); }
td.TdClassName
{
border-color: #019CEB;
}
.TagClassName
{
border-color: #019CEB;
}
</style>