Shades of Dodger Blue #279EEC
Tints of Dodger Blue #279EEC
RGB
CMYK
RGB Variations
Color information
#279EEC (or 0x279EEC) is known color: Dodger Blue. HEX triplet: 27, 9E and EC. RGB value is (39,158,236). Sum of RGB (Red+Green+Blue) = 39+158+236=433 (57% of max value = 765). Red value is 39 (15.62% from 255 or 9.01% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #279EEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #279EEC is #D86113. Grayscale: #828282. Windows color (decimal): -14180628 or 15506983. OLE color: 15506983.
HSL color Cylindrical-coordinate representation of color #279EEC: hue angle of 203.76º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #279EEC is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 158 | 236 | - |
| CMYK | 0.83 | 0.33 | 0 | 0.07 |
| HSL | 203.76º | 0.84% | 0.54% | - |
| HSV(B) | 203.76º | 0.83% | 0.93% | - |
| XYZ | 28.2 | 30.94 | 83.84 | - |
| YUV | 131.31 | 187.08 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 158 | 236 | 0.83 | 0.33 | 0 | 0.07 | 203.76 | 0.84 | 0.54 |
| Hex | 27 | 9E | EC | 53 | 21 | 0 | 7 | CC | 54 | 36 |
| Octal | 47 | 236 | 354 | 123 | 41 | 0 | 7 | 314 | 124 | 66 |
| Binary | 100111 | 10011110 | 11101100 | 1010011 | 100001 | 0 | 111 | 11001100 | 1010100 | 110110 |
Color Harmonies of #279EEC
Complementary color
Monochromatic Colors of #279EEC
Black with #279EEC
Text Example
Text Example
White with #279EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279EEC; }
p { color: rgb(39,158,236); }
H1.HeaderClassName
{
color: #279EEC;
}
.AnyTagClassName
{
color: #279EEC;
}
</style>
background-color css
<style>
a { background-color: #279EEC; }
a { background-color: rgb(39,158,236); }
div.DivClassName
{
background-color: #279EEC;
}
.BgClassName
{
background-color: #279EEC;
}
</style>
border-color css
<style>
span { border-color: #279EEC; }
span { border-color: rgb(39,158,236); }
td.TdClassName
{
border-color: #279EEC;
}
.TagClassName
{
border-color: #279EEC;
}
</style>