Shades of Dodger Blue #1273EE
Tints of Dodger Blue #1273EE
RGB
CMYK
RGB Variations
Color information
#1273EE (or 0x1273EE) is known color: Dodger Blue. HEX triplet: 12, 73 and EE. RGB value is (18,115,238). Sum of RGB (Red+Green+Blue) = 18+115+238=371 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.85% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 238 (93.36% from 255 or 64.15% from 371); Max value from RGB is 238 - color contains mainly: blue. Hex color #1273EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1273EE is #ED8C11. Grayscale: #636363. Windows color (decimal): -15567890 or 15627026. OLE color: 15627026.
HSL color Cylindrical-coordinate representation of color #1273EE: hue angle of 213.55º degrees, saturation: 0.87, 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 #1273EE is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 115 | 238 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.07 |
| HSL | 213.55º | 0.87% | 0.5% | - |
| HSV(B) | 213.55º | 0.92% | 0.93% | - |
| XYZ | 21.81 | 18.56 | 83.32 | - |
| YUV | 100.02 | 205.86 | 69.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 115 | 238 | 0.92 | 0.52 | 0 | 0.07 | 213.55 | 0.87 | 0.5 |
| Hex | 12 | 73 | EE | 5C | 34 | 0 | 7 | D6 | 57 | 32 |
| Octal | 22 | 163 | 356 | 134 | 64 | 0 | 7 | 326 | 127 | 62 |
| Binary | 10010 | 1110011 | 11101110 | 1011100 | 110100 | 0 | 111 | 11010110 | 1010111 | 110010 |
Color Harmonies of #1273EE
Complementary color
Monochromatic Colors of #1273EE
Black with #1273EE
Text Example
Text Example
White with #1273EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1273EE; }
p { color: rgb(18,115,238); }
H1.HeaderClassName
{
color: #1273EE;
}
.AnyTagClassName
{
color: #1273EE;
}
</style>
background-color css
<style>
a { background-color: #1273EE; }
a { background-color: rgb(18,115,238); }
div.DivClassName
{
background-color: #1273EE;
}
.BgClassName
{
background-color: #1273EE;
}
</style>
border-color css
<style>
span { border-color: #1273EE; }
span { border-color: rgb(18,115,238); }
td.TdClassName
{
border-color: #1273EE;
}
.TagClassName
{
border-color: #1273EE;
}
</style>