Shades of Dodger Blue #278BDC
Tints of Dodger Blue #278BDC
RGB
CMYK
RGB Variations
Color information
#278BDC (or 0x278BDC) is known color: Dodger Blue. HEX triplet: 27, 8B and DC. RGB value is (39,139,220). Sum of RGB (Red+Green+Blue) = 39+139+220=398 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.80% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #278BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278BDC is #D87423. Grayscale: #757575. Windows color (decimal): -14185508 or 14453543. OLE color: 14453543.
HSL color Cylindrical-coordinate representation of color #278BDC: hue angle of 206.85º degrees, saturation: 0.72, 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 #278BDC is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 139 | 220 | - |
| CMYK | 0.82 | 0.37 | 0 | 0.14 |
| HSL | 206.85º | 0.72% | 0.51% | - |
| HSV(B) | 206.85º | 0.82% | 0.86% | - |
| XYZ | 22.99 | 24.06 | 71.14 | - |
| YUV | 118.33 | 185.37 | 71.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 139 | 220 | 0.82 | 0.37 | 0 | 0.14 | 206.85 | 0.72 | 0.51 |
| Hex | 27 | 8B | DC | 52 | 25 | 0 | E | CF | 48 | 33 |
| Octal | 47 | 213 | 334 | 122 | 45 | 0 | 16 | 317 | 110 | 63 |
| Binary | 100111 | 10001011 | 11011100 | 1010010 | 100101 | 0 | 1110 | 11001111 | 1001000 | 110011 |
Color Harmonies of #278BDC
Complementary color
Monochromatic Colors of #278BDC
Black with #278BDC
Text Example
Text Example
White with #278BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278BDC; }
p { color: rgb(39,139,220); }
H1.HeaderClassName
{
color: #278BDC;
}
.AnyTagClassName
{
color: #278BDC;
}
</style>
background-color css
<style>
a { background-color: #278BDC; }
a { background-color: rgb(39,139,220); }
div.DivClassName
{
background-color: #278BDC;
}
.BgClassName
{
background-color: #278BDC;
}
</style>
border-color css
<style>
span { border-color: #278BDC; }
span { border-color: rgb(39,139,220); }
td.TdClassName
{
border-color: #278BDC;
}
.TagClassName
{
border-color: #278BDC;
}
</style>