Shades of Dodger Blue #278EFE
Tints of Dodger Blue #278EFE
RGB
CMYK
RGB Variations
Color information
#278EFE (or 0x278EFE) is known color: Dodger Blue. HEX triplet: 27, 8E and FE. RGB value is (39,142,254). Sum of RGB (Red+Green+Blue) = 39+142+254=435 (57% of max value = 765). Red value is 39 (15.62% from 255 or 8.97% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #278EFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #278EFE is #D87101. Grayscale: #7B7B7B. Windows color (decimal): -14184706 or 16682535. OLE color: 16682535.
HSL color Cylindrical-coordinate representation of color #278EFE: hue angle of 211.26º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #278EFE is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 142 | 254 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.00 |
| HSL | 211.26º | 0.99% | 0.57% | - |
| HSV(B) | 211.26º | 0.85% | 1% | - |
| XYZ | 28.4 | 26.93 | 97.47 | - |
| YUV | 123.97 | 201.38 | 67.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 142 | 254 | 0.85 | 0.44 | 0 | 0.00 | 211.26 | 0.99 | 0.57 |
| Hex | 27 | 8E | FE | 55 | 2C | 0 | 0 | D3 | 63 | 39 |
| Octal | 47 | 216 | 376 | 125 | 54 | 0 | 0 | 323 | 143 | 71 |
| Binary | 100111 | 10001110 | 11111110 | 1010101 | 101100 | 0 | 0 | 11010011 | 1100011 | 111001 |
Color Harmonies of #278EFE
Complementary color
Monochromatic Colors of #278EFE
Black with #278EFE
Text Example
Text Example
White with #278EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278EFE; }
p { color: rgb(39,142,254); }
H1.HeaderClassName
{
color: #278EFE;
}
.AnyTagClassName
{
color: #278EFE;
}
</style>
background-color css
<style>
a { background-color: #278EFE; }
a { background-color: rgb(39,142,254); }
div.DivClassName
{
background-color: #278EFE;
}
.BgClassName
{
background-color: #278EFE;
}
</style>
border-color css
<style>
span { border-color: #278EFE; }
span { border-color: rgb(39,142,254); }
td.TdClassName
{
border-color: #278EFE;
}
.TagClassName
{
border-color: #278EFE;
}
</style>