Shades of Dodger Blue #278DDB
Tints of Dodger Blue #278DDB
RGB
CMYK
RGB Variations
Color information
#278DDB (or 0x278DDB) is known color: Dodger Blue. HEX triplet: 27, 8D and DB. RGB value is (39,141,219). Sum of RGB (Red+Green+Blue) = 39+141+219=399 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.77% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #278DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278DDB is #D87224. Grayscale: #767676. Windows color (decimal): -14184997 or 14388519. OLE color: 14388519.
HSL color Cylindrical-coordinate representation of color #278DDB: hue angle of 206º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #278DDB is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 141 | 219 | - |
| CMYK | 0.82 | 0.36 | 0 | 0.14 |
| HSL | 206º | 0.71% | 0.51% | - |
| HSV(B) | 206º | 0.82% | 0.86% | - |
| XYZ | 23.15 | 24.6 | 70.55 | - |
| YUV | 119.39 | 184.21 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 141 | 219 | 0.82 | 0.36 | 0 | 0.14 | 206 | 0.71 | 0.51 |
| Hex | 27 | 8D | DB | 52 | 24 | 0 | E | CE | 47 | 33 |
| Octal | 47 | 215 | 333 | 122 | 44 | 0 | 16 | 316 | 107 | 63 |
| Binary | 100111 | 10001101 | 11011011 | 1010010 | 100100 | 0 | 1110 | 11001110 | 1000111 | 110011 |
Color Harmonies of #278DDB
Complementary color
Monochromatic Colors of #278DDB
Black with #278DDB
Text Example
Text Example
White with #278DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278DDB; }
p { color: rgb(39,141,219); }
H1.HeaderClassName
{
color: #278DDB;
}
.AnyTagClassName
{
color: #278DDB;
}
</style>
background-color css
<style>
a { background-color: #278DDB; }
a { background-color: rgb(39,141,219); }
div.DivClassName
{
background-color: #278DDB;
}
.BgClassName
{
background-color: #278DDB;
}
</style>
border-color css
<style>
span { border-color: #278DDB; }
span { border-color: rgb(39,141,219); }
td.TdClassName
{
border-color: #278DDB;
}
.TagClassName
{
border-color: #278DDB;
}
</style>