Shades of Dodger Blue #1296ED
Tints of Dodger Blue #1296ED
RGB
CMYK
RGB Variations
Color information
#1296ED (or 0x1296ED) is known color: Dodger Blue. HEX triplet: 12, 96 and ED. RGB value is (18,150,237). Sum of RGB (Red+Green+Blue) = 18+150+237=405 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.44% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 237 (92.97% from 255 or 58.52% from 405); Max value from RGB is 237 - color contains mainly: blue. Hex color #1296ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1296ED is #ED6912. Grayscale: #777777. Windows color (decimal): -15558931 or 15570450. OLE color: 15570450.
HSL color Cylindrical-coordinate representation of color #1296ED: hue angle of 203.84º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1296ED is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 150 | 237 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.07 |
| HSL | 203.84º | 0.86% | 0.5% | - |
| HSV(B) | 203.84º | 0.92% | 0.93% | - |
| XYZ | 26.44 | 28.06 | 84.14 | - |
| YUV | 120.45 | 193.77 | 54.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 150 | 237 | 0.92 | 0.37 | 0 | 0.07 | 203.84 | 0.86 | 0.5 |
| Hex | 12 | 96 | ED | 5C | 25 | 0 | 7 | CC | 56 | 32 |
| Octal | 22 | 226 | 355 | 134 | 45 | 0 | 7 | 314 | 126 | 62 |
| Binary | 10010 | 10010110 | 11101101 | 1011100 | 100101 | 0 | 111 | 11001100 | 1010110 | 110010 |
Color Harmonies of #1296ED
Complementary color
Monochromatic Colors of #1296ED
Black with #1296ED
Text Example
Text Example
White with #1296ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1296ED; }
p { color: rgb(18,150,237); }
H1.HeaderClassName
{
color: #1296ED;
}
.AnyTagClassName
{
color: #1296ED;
}
</style>
background-color css
<style>
a { background-color: #1296ED; }
a { background-color: rgb(18,150,237); }
div.DivClassName
{
background-color: #1296ED;
}
.BgClassName
{
background-color: #1296ED;
}
</style>
border-color css
<style>
span { border-color: #1296ED; }
span { border-color: rgb(18,150,237); }
td.TdClassName
{
border-color: #1296ED;
}
.TagClassName
{
border-color: #1296ED;
}
</style>