Shades of Dodger Blue #278ADB
Tints of Dodger Blue #278ADB
RGB
CMYK
RGB Variations
Color information
#278ADB (or 0x278ADB) is known color: Dodger Blue. HEX triplet: 27, 8A and DB. RGB value is (39,138,219). Sum of RGB (Red+Green+Blue) = 39+138+219=396 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.85% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #278ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278ADB is #D87524. Grayscale: #757575. Windows color (decimal): -14185765 or 14387751. OLE color: 14387751.
HSL color Cylindrical-coordinate representation of color #278ADB: hue angle of 207º 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 #278ADB is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 138 | 219 | - |
| CMYK | 0.82 | 0.37 | 0 | 0.14 |
| HSL | 207º | 0.71% | 0.51% | - |
| HSV(B) | 207º | 0.82% | 0.86% | - |
| XYZ | 22.71 | 23.72 | 70.4 | - |
| YUV | 117.63 | 185.2 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 138 | 219 | 0.82 | 0.37 | 0 | 0.14 | 207 | 0.71 | 0.51 |
| Hex | 27 | 8A | DB | 52 | 25 | 0 | E | CF | 47 | 33 |
| Octal | 47 | 212 | 333 | 122 | 45 | 0 | 16 | 317 | 107 | 63 |
| Binary | 100111 | 10001010 | 11011011 | 1010010 | 100101 | 0 | 1110 | 11001111 | 1000111 | 110011 |
Color Harmonies of #278ADB
Complementary color
Monochromatic Colors of #278ADB
Black with #278ADB
Text Example
Text Example
White with #278ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278ADB; }
p { color: rgb(39,138,219); }
H1.HeaderClassName
{
color: #278ADB;
}
.AnyTagClassName
{
color: #278ADB;
}
</style>
background-color css
<style>
a { background-color: #278ADB; }
a { background-color: rgb(39,138,219); }
div.DivClassName
{
background-color: #278ADB;
}
.BgClassName
{
background-color: #278ADB;
}
</style>
border-color css
<style>
span { border-color: #278ADB; }
span { border-color: rgb(39,138,219); }
td.TdClassName
{
border-color: #278ADB;
}
.TagClassName
{
border-color: #278ADB;
}
</style>