Shades of Dodger Blue #278BDE
Tints of Dodger Blue #278BDE
RGB
CMYK
RGB Variations
Color information
#278BDE (or 0x278BDE) is known color: Dodger Blue. HEX triplet: 27, 8B and DE. RGB value is (39,139,222). Sum of RGB (Red+Green+Blue) = 39+139+222=400 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.75% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #278BDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278BDE is #D87421. Grayscale: #767676. Windows color (decimal): -14185506 or 14584615. OLE color: 14584615.
HSL color Cylindrical-coordinate representation of color #278BDE: hue angle of 207.21º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #278BDE is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 139 | 222 | - |
| CMYK | 0.82 | 0.37 | 0 | 0.13 |
| HSL | 207.21º | 0.73% | 0.51% | - |
| HSV(B) | 207.21º | 0.82% | 0.87% | - |
| XYZ | 23.25 | 24.17 | 72.55 | - |
| YUV | 118.56 | 186.37 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 139 | 222 | 0.82 | 0.37 | 0 | 0.13 | 207.21 | 0.73 | 0.51 |
| Hex | 27 | 8B | DE | 52 | 25 | 0 | D | CF | 49 | 33 |
| Octal | 47 | 213 | 336 | 122 | 45 | 0 | 15 | 317 | 111 | 63 |
| Binary | 100111 | 10001011 | 11011110 | 1010010 | 100101 | 0 | 1101 | 11001111 | 1001001 | 110011 |
Color Harmonies of #278BDE
Complementary color
Monochromatic Colors of #278BDE
Black with #278BDE
Text Example
Text Example
White with #278BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278BDE; }
p { color: rgb(39,139,222); }
H1.HeaderClassName
{
color: #278BDE;
}
.AnyTagClassName
{
color: #278BDE;
}
</style>
background-color css
<style>
a { background-color: #278BDE; }
a { background-color: rgb(39,139,222); }
div.DivClassName
{
background-color: #278BDE;
}
.BgClassName
{
background-color: #278BDE;
}
</style>
border-color css
<style>
span { border-color: #278BDE; }
span { border-color: rgb(39,139,222); }
td.TdClassName
{
border-color: #278BDE;
}
.TagClassName
{
border-color: #278BDE;
}
</style>