Shades of Dodger Blue #1278E7
Tints of Dodger Blue #1278E7
RGB
CMYK
RGB Variations
Color information
#1278E7 (or 0x1278E7) is known color: Dodger Blue. HEX triplet: 12, 78 and E7. RGB value is (18,120,231). Sum of RGB (Red+Green+Blue) = 18+120+231=369 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.88% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 231 (90.62% from 255 or 62.60% from 369); Max value from RGB is 231 - color contains mainly: blue. Hex color #1278E7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1278E7 is #ED8718. Grayscale: #656565. Windows color (decimal): -15566617 or 15169554. OLE color: 15169554.
HSL color Cylindrical-coordinate representation of color #1278E7: hue angle of 211.27º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1278E7 is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 120 | 231 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.09 |
| HSL | 211.27º | 0.86% | 0.49% | - |
| HSV(B) | 211.27º | 0.92% | 0.91% | - |
| XYZ | 21.39 | 19.33 | 78.21 | - |
| YUV | 102.16 | 200.71 | 67.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 120 | 231 | 0.92 | 0.48 | 0 | 0.09 | 211.27 | 0.86 | 0.49 |
| Hex | 12 | 78 | E7 | 5C | 30 | 0 | 9 | D3 | 56 | 31 |
| Octal | 22 | 170 | 347 | 134 | 60 | 0 | 11 | 323 | 126 | 61 |
| Binary | 10010 | 1111000 | 11100111 | 1011100 | 110000 | 0 | 1001 | 11010011 | 1010110 | 110001 |
Color Harmonies of #1278E7
Complementary color
Monochromatic Colors of #1278E7
Black with #1278E7
Text Example
Text Example
White with #1278E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1278E7; }
p { color: rgb(18,120,231); }
H1.HeaderClassName
{
color: #1278E7;
}
.AnyTagClassName
{
color: #1278E7;
}
</style>
background-color css
<style>
a { background-color: #1278E7; }
a { background-color: rgb(18,120,231); }
div.DivClassName
{
background-color: #1278E7;
}
.BgClassName
{
background-color: #1278E7;
}
</style>
border-color css
<style>
span { border-color: #1278E7; }
span { border-color: rgb(18,120,231); }
td.TdClassName
{
border-color: #1278E7;
}
.TagClassName
{
border-color: #1278E7;
}
</style>