Shades of Dodger Blue #278BF8
Tints of Dodger Blue #278BF8
RGB
CMYK
RGB Variations
Color information
#278BF8 (or 0x278BF8) is known color: Dodger Blue. HEX triplet: 27, 8B and F8. RGB value is (39,139,248). Sum of RGB (Red+Green+Blue) = 39+139+248=426 (56% of max value = 765). Red value is 39 (15.62% from 255 or 9.15% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 248 (97.27% from 255 or 58.22% from 426); Max value from RGB is 248 - color contains mainly: blue. Hex color #278BF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #278BF8 is #D87407. Grayscale: #787878. Windows color (decimal): -14185480 or 16288551. OLE color: 16288551.
HSL color Cylindrical-coordinate representation of color #278BF8: hue angle of 211.29º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #278BF8 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 39 | 139 | 248 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.03 |
| HSL | 211.29º | 0.94% | 0.56% | - |
| HSV(B) | 211.29º | 0.84% | 0.97% | - |
| XYZ | 27.01 | 25.67 | 92.34 | - |
| YUV | 121.53 | 199.37 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 139 | 248 | 0.84 | 0.44 | 0 | 0.03 | 211.29 | 0.94 | 0.56 |
| Hex | 27 | 8B | F8 | 54 | 2C | 0 | 3 | D3 | 5E | 38 |
| Octal | 47 | 213 | 370 | 124 | 54 | 0 | 3 | 323 | 136 | 70 |
| Binary | 100111 | 10001011 | 11111000 | 1010100 | 101100 | 0 | 11 | 11010011 | 1011110 | 111000 |
Color Harmonies of #278BF8
Complementary color
Monochromatic Colors of #278BF8
Black with #278BF8
Text Example
Text Example
White with #278BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278BF8; }
p { color: rgb(39,139,248); }
H1.HeaderClassName
{
color: #278BF8;
}
.AnyTagClassName
{
color: #278BF8;
}
</style>
background-color css
<style>
a { background-color: #278BF8; }
a { background-color: rgb(39,139,248); }
div.DivClassName
{
background-color: #278BF8;
}
.BgClassName
{
background-color: #278BF8;
}
</style>
border-color css
<style>
span { border-color: #278BF8; }
span { border-color: rgb(39,139,248); }
td.TdClassName
{
border-color: #278BF8;
}
.TagClassName
{
border-color: #278BF8;
}
</style>