Shades of Dodger Blue #1279E8
Tints of Dodger Blue #1279E8
RGB
CMYK
RGB Variations
Color information
#1279E8 (or 0x1279E8) is known color: Dodger Blue. HEX triplet: 12, 79 and E8. RGB value is (18,121,232). Sum of RGB (Red+Green+Blue) = 18+121+232=371 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.85% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 232 (91.02% from 255 or 62.53% from 371); Max value from RGB is 232 - color contains mainly: blue. Hex color #1279E8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1279E8 is #ED8617. Grayscale: #666666. Windows color (decimal): -15566360 or 15235346. OLE color: 15235346.
HSL color Cylindrical-coordinate representation of color #1279E8: hue angle of 211.12º 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 #1279E8 is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 121 | 232 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.09 |
| HSL | 211.12º | 0.86% | 0.49% | - |
| HSV(B) | 211.12º | 0.92% | 0.91% | - |
| XYZ | 21.65 | 19.63 | 78.99 | - |
| YUV | 102.86 | 200.88 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 121 | 232 | 0.92 | 0.48 | 0 | 0.09 | 211.12 | 0.86 | 0.49 |
| Hex | 12 | 79 | E8 | 5C | 30 | 0 | 9 | D3 | 56 | 31 |
| Octal | 22 | 171 | 350 | 134 | 60 | 0 | 11 | 323 | 126 | 61 |
| Binary | 10010 | 1111001 | 11101000 | 1011100 | 110000 | 0 | 1001 | 11010011 | 1010110 | 110001 |
Color Harmonies of #1279E8
Complementary color
Monochromatic Colors of #1279E8
Black with #1279E8
Text Example
Text Example
White with #1279E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1279E8; }
p { color: rgb(18,121,232); }
H1.HeaderClassName
{
color: #1279E8;
}
.AnyTagClassName
{
color: #1279E8;
}
</style>
background-color css
<style>
a { background-color: #1279E8; }
a { background-color: rgb(18,121,232); }
div.DivClassName
{
background-color: #1279E8;
}
.BgClassName
{
background-color: #1279E8;
}
</style>
border-color css
<style>
span { border-color: #1279E8; }
span { border-color: rgb(18,121,232); }
td.TdClassName
{
border-color: #1279E8;
}
.TagClassName
{
border-color: #1279E8;
}
</style>