Shades of Dodger Blue #278BDA
Tints of Dodger Blue #278BDA
RGB
CMYK
RGB Variations
Color information
#278BDA (or 0x278BDA) is known color: Dodger Blue. HEX triplet: 27, 8B and DA. RGB value is (39,139,218). Sum of RGB (Red+Green+Blue) = 39+139+218=396 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.85% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #278BDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278BDA is #D87425. Grayscale: #757575. Windows color (decimal): -14185510 or 14322471. OLE color: 14322471.
HSL color Cylindrical-coordinate representation of color #278BDA: hue angle of 206.48º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #278BDA is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 139 | 218 | - |
| CMYK | 0.82 | 0.36 | 0 | 0.15 |
| HSL | 206.48º | 0.71% | 0.5% | - |
| HSV(B) | 206.48º | 0.82% | 0.85% | - |
| XYZ | 22.72 | 23.96 | 69.76 | - |
| YUV | 118.11 | 184.37 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 139 | 218 | 0.82 | 0.36 | 0 | 0.15 | 206.48 | 0.71 | 0.5 |
| Hex | 27 | 8B | DA | 52 | 24 | 0 | F | CE | 47 | 32 |
| Octal | 47 | 213 | 332 | 122 | 44 | 0 | 17 | 316 | 107 | 62 |
| Binary | 100111 | 10001011 | 11011010 | 1010010 | 100100 | 0 | 1111 | 11001110 | 1000111 | 110010 |
Color Harmonies of #278BDA
Complementary color
Monochromatic Colors of #278BDA
Black with #278BDA
Text Example
Text Example
White with #278BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278BDA; }
p { color: rgb(39,139,218); }
H1.HeaderClassName
{
color: #278BDA;
}
.AnyTagClassName
{
color: #278BDA;
}
</style>
background-color css
<style>
a { background-color: #278BDA; }
a { background-color: rgb(39,139,218); }
div.DivClassName
{
background-color: #278BDA;
}
.BgClassName
{
background-color: #278BDA;
}
</style>
border-color css
<style>
span { border-color: #278BDA; }
span { border-color: rgb(39,139,218); }
td.TdClassName
{
border-color: #278BDA;
}
.TagClassName
{
border-color: #278BDA;
}
</style>