Shades of Dodger Blue #277EE0
Tints of Dodger Blue #277EE0
RGB
CMYK
RGB Variations
Color information
#277EE0 (or 0x277EE0) is known color: Dodger Blue. HEX triplet: 27, 7E and E0. RGB value is (39,126,224). Sum of RGB (Red+Green+Blue) = 39+126+224=389 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.03% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 224 (87.89% from 255 or 57.58% from 389); Max value from RGB is 224 - color contains mainly: blue. Hex color #277EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277EE0 is #D8811F. Grayscale: #6E6E6E. Windows color (decimal): -14188832 or 14712359. OLE color: 14712359.
HSL color Cylindrical-coordinate representation of color #277EE0: hue angle of 211.78º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #277EE0 is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 39 | 126 | 224 | - |
| CMYK | 0.83 | 0.44 | 0 | 0.12 |
| HSL | 211.78º | 0.75% | 0.52% | - |
| HSV(B) | 211.78º | 0.83% | 0.88% | - |
| XYZ | 21.75 | 20.73 | 73.38 | - |
| YUV | 111.16 | 191.68 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 126 | 224 | 0.83 | 0.44 | 0 | 0.12 | 211.78 | 0.75 | 0.52 |
| Hex | 27 | 7E | E0 | 53 | 2C | 0 | C | D4 | 4B | 34 |
| Octal | 47 | 176 | 340 | 123 | 54 | 0 | 14 | 324 | 113 | 64 |
| Binary | 100111 | 1111110 | 11100000 | 1010011 | 101100 | 0 | 1100 | 11010100 | 1001011 | 110100 |
Color Harmonies of #277EE0
Complementary color
Monochromatic Colors of #277EE0
Black with #277EE0
Text Example
Text Example
White with #277EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277EE0; }
p { color: rgb(39,126,224); }
H1.HeaderClassName
{
color: #277EE0;
}
.AnyTagClassName
{
color: #277EE0;
}
</style>
background-color css
<style>
a { background-color: #277EE0; }
a { background-color: rgb(39,126,224); }
div.DivClassName
{
background-color: #277EE0;
}
.BgClassName
{
background-color: #277EE0;
}
</style>
border-color css
<style>
span { border-color: #277EE0; }
span { border-color: rgb(39,126,224); }
td.TdClassName
{
border-color: #277EE0;
}
.TagClassName
{
border-color: #277EE0;
}
</style>