Shades of Dodger Blue #278BEC
Tints of Dodger Blue #278BEC
RGB
CMYK
RGB Variations
Color information
#278BEC (or 0x278BEC) is known color: Dodger Blue. HEX triplet: 27, 8B and EC. RGB value is (39,139,236). Sum of RGB (Red+Green+Blue) = 39+139+236=414 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.42% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #278BEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #278BEC is #D87413. Grayscale: #777777. Windows color (decimal): -14185492 or 15502119. OLE color: 15502119.
HSL color Cylindrical-coordinate representation of color #278BEC: hue angle of 209.54º 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 #278BEC is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 139 | 236 | - |
| CMYK | 0.83 | 0.41 | 0 | 0.07 |
| HSL | 209.54º | 0.84% | 0.54% | - |
| HSV(B) | 209.54º | 0.83% | 0.93% | - |
| XYZ | 25.21 | 24.95 | 82.84 | - |
| YUV | 120.16 | 193.37 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 139 | 236 | 0.83 | 0.41 | 0 | 0.07 | 209.54 | 0.84 | 0.54 |
| Hex | 27 | 8B | EC | 53 | 29 | 0 | 7 | D2 | 54 | 36 |
| Octal | 47 | 213 | 354 | 123 | 51 | 0 | 7 | 322 | 124 | 66 |
| Binary | 100111 | 10001011 | 11101100 | 1010011 | 101001 | 0 | 111 | 11010010 | 1010100 | 110110 |
Color Harmonies of #278BEC
Complementary color
Monochromatic Colors of #278BEC
Black with #278BEC
Text Example
Text Example
White with #278BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278BEC; }
p { color: rgb(39,139,236); }
H1.HeaderClassName
{
color: #278BEC;
}
.AnyTagClassName
{
color: #278BEC;
}
</style>
background-color css
<style>
a { background-color: #278BEC; }
a { background-color: rgb(39,139,236); }
div.DivClassName
{
background-color: #278BEC;
}
.BgClassName
{
background-color: #278BEC;
}
</style>
border-color css
<style>
span { border-color: #278BEC; }
span { border-color: rgb(39,139,236); }
td.TdClassName
{
border-color: #278BEC;
}
.TagClassName
{
border-color: #278BEC;
}
</style>