Shades of Dodger Blue #278AFE
Tints of Dodger Blue #278AFE
RGB
CMYK
RGB Variations
Color information
#278AFE (or 0x278AFE) is known color: Dodger Blue. HEX triplet: 27, 8A and FE. RGB value is (39,138,254). Sum of RGB (Red+Green+Blue) = 39+138+254=431 (57% of max value = 765). Red value is 39 (15.62% from 255 or 9.05% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #278AFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #278AFE is #D87501. Grayscale: #797979. Windows color (decimal): -14185730 or 16681511. OLE color: 16681511.
HSL color Cylindrical-coordinate representation of color #278AFE: hue angle of 212.37º 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 #278AFE is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 138 | 254 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.00 |
| HSL | 212.37º | 0.99% | 0.57% | - |
| HSV(B) | 212.37º | 0.85% | 1% | - |
| XYZ | 27.81 | 25.76 | 97.27 | - |
| YUV | 121.62 | 202.7 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 138 | 254 | 0.85 | 0.46 | 0 | 0.00 | 212.37 | 0.99 | 0.57 |
| Hex | 27 | 8A | FE | 55 | 2E | 0 | 0 | D4 | 63 | 39 |
| Octal | 47 | 212 | 376 | 125 | 56 | 0 | 0 | 324 | 143 | 71 |
| Binary | 100111 | 10001010 | 11111110 | 1010101 | 101110 | 0 | 0 | 11010100 | 1100011 | 111001 |
Color Harmonies of #278AFE
Complementary color
Monochromatic Colors of #278AFE
Black with #278AFE
Text Example
Text Example
White with #278AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278AFE; }
p { color: rgb(39,138,254); }
H1.HeaderClassName
{
color: #278AFE;
}
.AnyTagClassName
{
color: #278AFE;
}
</style>
background-color css
<style>
a { background-color: #278AFE; }
a { background-color: rgb(39,138,254); }
div.DivClassName
{
background-color: #278AFE;
}
.BgClassName
{
background-color: #278AFE;
}
</style>
border-color css
<style>
span { border-color: #278AFE; }
span { border-color: rgb(39,138,254); }
td.TdClassName
{
border-color: #278AFE;
}
.TagClassName
{
border-color: #278AFE;
}
</style>