Shades of Dodger Blue #278BFE
Tints of Dodger Blue #278BFE
RGB
CMYK
RGB Variations
Color information
#278BFE (or 0x278BFE) is known color: Dodger Blue. HEX triplet: 27, 8B and FE. RGB value is (39,139,254). Sum of RGB (Red+Green+Blue) = 39+139+254=432 (57% of max value = 765). Red value is 39 (15.62% from 255 or 9.03% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #278BFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #278BFE is #D87401. Grayscale: #797979. Windows color (decimal): -14185474 or 16681767. OLE color: 16681767.
HSL color Cylindrical-coordinate representation of color #278BFE: hue angle of 212.09º 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 #278BFE is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 139 | 254 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.00 |
| HSL | 212.09º | 0.99% | 0.57% | - |
| HSV(B) | 212.09º | 0.85% | 1% | - |
| XYZ | 27.96 | 26.05 | 97.32 | - |
| YUV | 122.21 | 202.37 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 139 | 254 | 0.85 | 0.45 | 0 | 0.00 | 212.09 | 0.99 | 0.57 |
| Hex | 27 | 8B | FE | 55 | 2D | 0 | 0 | D4 | 63 | 39 |
| Octal | 47 | 213 | 376 | 125 | 55 | 0 | 0 | 324 | 143 | 71 |
| Binary | 100111 | 10001011 | 11111110 | 1010101 | 101101 | 0 | 0 | 11010100 | 1100011 | 111001 |
Color Harmonies of #278BFE
Complementary color
Monochromatic Colors of #278BFE
Black with #278BFE
Text Example
Text Example
White with #278BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278BFE; }
p { color: rgb(39,139,254); }
H1.HeaderClassName
{
color: #278BFE;
}
.AnyTagClassName
{
color: #278BFE;
}
</style>
background-color css
<style>
a { background-color: #278BFE; }
a { background-color: rgb(39,139,254); }
div.DivClassName
{
background-color: #278BFE;
}
.BgClassName
{
background-color: #278BFE;
}
</style>
border-color css
<style>
span { border-color: #278BFE; }
span { border-color: rgb(39,139,254); }
td.TdClassName
{
border-color: #278BFE;
}
.TagClassName
{
border-color: #278BFE;
}
</style>