Shades of Dodger Blue #279BEC
Tints of Dodger Blue #279BEC
RGB
CMYK
RGB Variations
Color information
#279BEC (or 0x279BEC) is known color: Dodger Blue. HEX triplet: 27, 9B and EC. RGB value is (39,155,236). Sum of RGB (Red+Green+Blue) = 39+155+236=430 (56% of max value = 765). Red value is 39 (15.62% from 255 or 9.07% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #279BEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #279BEC is #D86413. Grayscale: #818181. Windows color (decimal): -14181396 or 15506215. OLE color: 15506215.
HSL color Cylindrical-coordinate representation of color #279BEC: hue angle of 204.67º 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 #279BEC is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 155 | 236 | - |
| CMYK | 0.83 | 0.34 | 0 | 0.07 |
| HSL | 204.67º | 0.84% | 0.54% | - |
| HSV(B) | 204.67º | 0.83% | 0.93% | - |
| XYZ | 27.7 | 29.93 | 83.67 | - |
| YUV | 129.55 | 188.07 | 63.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 155 | 236 | 0.83 | 0.34 | 0 | 0.07 | 204.67 | 0.84 | 0.54 |
| Hex | 27 | 9B | EC | 53 | 22 | 0 | 7 | CD | 54 | 36 |
| Octal | 47 | 233 | 354 | 123 | 42 | 0 | 7 | 315 | 124 | 66 |
| Binary | 100111 | 10011011 | 11101100 | 1010011 | 100010 | 0 | 111 | 11001101 | 1010100 | 110110 |
Color Harmonies of #279BEC
Complementary color
Monochromatic Colors of #279BEC
Black with #279BEC
Text Example
Text Example
White with #279BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279BEC; }
p { color: rgb(39,155,236); }
H1.HeaderClassName
{
color: #279BEC;
}
.AnyTagClassName
{
color: #279BEC;
}
</style>
background-color css
<style>
a { background-color: #279BEC; }
a { background-color: rgb(39,155,236); }
div.DivClassName
{
background-color: #279BEC;
}
.BgClassName
{
background-color: #279BEC;
}
</style>
border-color css
<style>
span { border-color: #279BEC; }
span { border-color: rgb(39,155,236); }
td.TdClassName
{
border-color: #279BEC;
}
.TagClassName
{
border-color: #279BEC;
}
</style>