Shades of Dodger Blue #278FEC
Tints of Dodger Blue #278FEC
RGB
CMYK
RGB Variations
Color information
#278FEC (or 0x278FEC) is known color: Dodger Blue. HEX triplet: 27, 8F and EC. RGB value is (39,143,236). Sum of RGB (Red+Green+Blue) = 39+143+236=418 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.33% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 236 (92.58% from 255 or 56.46% from 418); Max value from RGB is 236 - color contains mainly: blue. Hex color #278FEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #278FEC is #D87013. Grayscale: #7A7A7A. Windows color (decimal): -14184468 or 15503143. OLE color: 15503143.
HSL color Cylindrical-coordinate representation of color #278FEC: hue angle of 208.32º 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 #278FEC is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 143 | 236 | - |
| CMYK | 0.83 | 0.39 | 0 | 0.07 |
| HSL | 208.32º | 0.84% | 0.54% | - |
| HSV(B) | 208.32º | 0.83% | 0.93% | - |
| XYZ | 25.8 | 26.13 | 83.04 | - |
| YUV | 122.51 | 192.04 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 143 | 236 | 0.83 | 0.39 | 0 | 0.07 | 208.32 | 0.84 | 0.54 |
| Hex | 27 | 8F | EC | 53 | 27 | 0 | 7 | D0 | 54 | 36 |
| Octal | 47 | 217 | 354 | 123 | 47 | 0 | 7 | 320 | 124 | 66 |
| Binary | 100111 | 10001111 | 11101100 | 1010011 | 100111 | 0 | 111 | 11010000 | 1010100 | 110110 |
Color Harmonies of #278FEC
Complementary color
Monochromatic Colors of #278FEC
Black with #278FEC
Text Example
Text Example
White with #278FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278FEC; }
p { color: rgb(39,143,236); }
H1.HeaderClassName
{
color: #278FEC;
}
.AnyTagClassName
{
color: #278FEC;
}
</style>
background-color css
<style>
a { background-color: #278FEC; }
a { background-color: rgb(39,143,236); }
div.DivClassName
{
background-color: #278FEC;
}
.BgClassName
{
background-color: #278FEC;
}
</style>
border-color css
<style>
span { border-color: #278FEC; }
span { border-color: rgb(39,143,236); }
td.TdClassName
{
border-color: #278FEC;
}
.TagClassName
{
border-color: #278FEC;
}
</style>