Shades of Dodger Blue #1288EA
Tints of Dodger Blue #1288EA
RGB
CMYK
RGB Variations
Color information
#1288EA (or 0x1288EA) is known color: Dodger Blue. HEX triplet: 12, 88 and EA. RGB value is (18,136,234). Sum of RGB (Red+Green+Blue) = 18+136+234=388 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.64% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 234 (91.80% from 255 or 60.31% from 388); Max value from RGB is 234 - color contains mainly: blue. Hex color #1288EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1288EA is #ED7715. Grayscale: #6F6F6F. Windows color (decimal): -15562518 or 15370258. OLE color: 15370258.
HSL color Cylindrical-coordinate representation of color #1288EA: hue angle of 207.22º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1288EA is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 136 | 234 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.08 |
| HSL | 207.22º | 0.86% | 0.49% | - |
| HSV(B) | 207.22º | 0.92% | 0.92% | - |
| XYZ | 23.9 | 23.68 | 81.15 | - |
| YUV | 111.89 | 196.91 | 61.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 136 | 234 | 0.92 | 0.42 | 0 | 0.08 | 207.22 | 0.86 | 0.49 |
| Hex | 12 | 88 | EA | 5C | 2A | 0 | 8 | CF | 56 | 31 |
| Octal | 22 | 210 | 352 | 134 | 52 | 0 | 10 | 317 | 126 | 61 |
| Binary | 10010 | 10001000 | 11101010 | 1011100 | 101010 | 0 | 1000 | 11001111 | 1010110 | 110001 |
Color Harmonies of #1288EA
Complementary color
Monochromatic Colors of #1288EA
Black with #1288EA
Text Example
Text Example
White with #1288EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1288EA; }
p { color: rgb(18,136,234); }
H1.HeaderClassName
{
color: #1288EA;
}
.AnyTagClassName
{
color: #1288EA;
}
</style>
background-color css
<style>
a { background-color: #1288EA; }
a { background-color: rgb(18,136,234); }
div.DivClassName
{
background-color: #1288EA;
}
.BgClassName
{
background-color: #1288EA;
}
</style>
border-color css
<style>
span { border-color: #1288EA; }
span { border-color: rgb(18,136,234); }
td.TdClassName
{
border-color: #1288EA;
}
.TagClassName
{
border-color: #1288EA;
}
</style>