Shades of Dodger Blue #278DDD
Tints of Dodger Blue #278DDD
RGB
CMYK
RGB Variations
Color information
#278DDD (or 0x278DDD) is known color: Dodger Blue. HEX triplet: 27, 8D and DD. RGB value is (39,141,221). Sum of RGB (Red+Green+Blue) = 39+141+221=401 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.73% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #278DDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278DDD is #D87222. Grayscale: #777777. Windows color (decimal): -14184995 or 14519591. OLE color: 14519591.
HSL color Cylindrical-coordinate representation of color #278DDD: hue angle of 206.37º 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 #278DDD is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 141 | 221 | - |
| CMYK | 0.82 | 0.36 | 0 | 0.13 |
| HSL | 206.37º | 0.73% | 0.51% | - |
| HSV(B) | 206.37º | 0.82% | 0.87% | - |
| XYZ | 23.41 | 24.7 | 71.94 | - |
| YUV | 119.62 | 185.21 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 141 | 221 | 0.82 | 0.36 | 0 | 0.13 | 206.37 | 0.73 | 0.51 |
| Hex | 27 | 8D | DD | 52 | 24 | 0 | D | CE | 49 | 33 |
| Octal | 47 | 215 | 335 | 122 | 44 | 0 | 15 | 316 | 111 | 63 |
| Binary | 100111 | 10001101 | 11011101 | 1010010 | 100100 | 0 | 1101 | 11001110 | 1001001 | 110011 |
Color Harmonies of #278DDD
Complementary color
Monochromatic Colors of #278DDD
Black with #278DDD
Text Example
Text Example
White with #278DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278DDD; }
p { color: rgb(39,141,221); }
H1.HeaderClassName
{
color: #278DDD;
}
.AnyTagClassName
{
color: #278DDD;
}
</style>
background-color css
<style>
a { background-color: #278DDD; }
a { background-color: rgb(39,141,221); }
div.DivClassName
{
background-color: #278DDD;
}
.BgClassName
{
background-color: #278DDD;
}
</style>
border-color css
<style>
span { border-color: #278DDD; }
span { border-color: rgb(39,141,221); }
td.TdClassName
{
border-color: #278DDD;
}
.TagClassName
{
border-color: #278DDD;
}
</style>