Shades of Dodger Blue #1296EB
Tints of Dodger Blue #1296EB
RGB
CMYK
RGB Variations
Color information
#1296EB (or 0x1296EB) is known color: Dodger Blue. HEX triplet: 12, 96 and EB. RGB value is (18,150,235). Sum of RGB (Red+Green+Blue) = 18+150+235=403 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.47% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 235 (92.19% from 255 or 58.31% from 403); Max value from RGB is 235 - color contains mainly: blue. Hex color #1296EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1296EB is #ED6914. Grayscale: #777777. Windows color (decimal): -15558933 or 15439378. OLE color: 15439378.
HSL color Cylindrical-coordinate representation of color #1296EB: hue angle of 203.5º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1296EB is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 150 | 235 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.08 |
| HSL | 203.5º | 0.86% | 0.5% | - |
| HSV(B) | 203.5º | 0.92% | 0.92% | - |
| XYZ | 26.15 | 27.94 | 82.61 | - |
| YUV | 120.22 | 192.77 | 55.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 150 | 235 | 0.92 | 0.36 | 0 | 0.08 | 203.5 | 0.86 | 0.5 |
| Hex | 12 | 96 | EB | 5C | 24 | 0 | 8 | CC | 56 | 32 |
| Octal | 22 | 226 | 353 | 134 | 44 | 0 | 10 | 314 | 126 | 62 |
| Binary | 10010 | 10010110 | 11101011 | 1011100 | 100100 | 0 | 1000 | 11001100 | 1010110 | 110010 |
Color Harmonies of #1296EB
Complementary color
Monochromatic Colors of #1296EB
Black with #1296EB
Text Example
Text Example
White with #1296EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1296EB; }
p { color: rgb(18,150,235); }
H1.HeaderClassName
{
color: #1296EB;
}
.AnyTagClassName
{
color: #1296EB;
}
</style>
background-color css
<style>
a { background-color: #1296EB; }
a { background-color: rgb(18,150,235); }
div.DivClassName
{
background-color: #1296EB;
}
.BgClassName
{
background-color: #1296EB;
}
</style>
border-color css
<style>
span { border-color: #1296EB; }
span { border-color: rgb(18,150,235); }
td.TdClassName
{
border-color: #1296EB;
}
.TagClassName
{
border-color: #1296EB;
}
</style>