Shades of Dodger Blue #278CDB
Tints of Dodger Blue #278CDB
RGB
CMYK
RGB Variations
Color information
#278CDB (or 0x278CDB) is known color: Dodger Blue. HEX triplet: 27, 8C and DB. RGB value is (39,140,219). Sum of RGB (Red+Green+Blue) = 39+140+219=398 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.80% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #278CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278CDB is #D87324. Grayscale: #767676. Windows color (decimal): -14185253 or 14388263. OLE color: 14388263.
HSL color Cylindrical-coordinate representation of color #278CDB: hue angle of 206.33º 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 #278CDB is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 140 | 219 | - |
| CMYK | 0.82 | 0.36 | 0 | 0.14 |
| HSL | 206.33º | 0.71% | 0.51% | - |
| HSV(B) | 206.33º | 0.82% | 0.86% | - |
| XYZ | 23 | 24.3 | 70.5 | - |
| YUV | 118.81 | 184.54 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 140 | 219 | 0.82 | 0.36 | 0 | 0.14 | 206.33 | 0.71 | 0.51 |
| Hex | 27 | 8C | DB | 52 | 24 | 0 | E | CE | 47 | 33 |
| Octal | 47 | 214 | 333 | 122 | 44 | 0 | 16 | 316 | 107 | 63 |
| Binary | 100111 | 10001100 | 11011011 | 1010010 | 100100 | 0 | 1110 | 11001110 | 1000111 | 110011 |
Color Harmonies of #278CDB
Complementary color
Monochromatic Colors of #278CDB
Black with #278CDB
Text Example
Text Example
White with #278CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278CDB; }
p { color: rgb(39,140,219); }
H1.HeaderClassName
{
color: #278CDB;
}
.AnyTagClassName
{
color: #278CDB;
}
</style>
background-color css
<style>
a { background-color: #278CDB; }
a { background-color: rgb(39,140,219); }
div.DivClassName
{
background-color: #278CDB;
}
.BgClassName
{
background-color: #278CDB;
}
</style>
border-color css
<style>
span { border-color: #278CDB; }
span { border-color: rgb(39,140,219); }
td.TdClassName
{
border-color: #278CDB;
}
.TagClassName
{
border-color: #278CDB;
}
</style>