Shades of Dodger Blue #277EE6
Tints of Dodger Blue #277EE6
RGB
CMYK
RGB Variations
Color information
#277EE6 (or 0x277EE6) is known color: Dodger Blue. HEX triplet: 27, 7E and E6. RGB value is (39,126,230). Sum of RGB (Red+Green+Blue) = 39+126+230=395 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.87% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 230 (90.23% from 255 or 58.23% from 395); Max value from RGB is 230 - color contains mainly: blue. Hex color #277EE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #277EE6 is #D88119. Grayscale: #6F6F6F. Windows color (decimal): -14188826 or 15105575. OLE color: 15105575.
HSL color Cylindrical-coordinate representation of color #277EE6: hue angle of 212.67º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #277EE6 is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 39 | 126 | 230 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.10 |
| HSL | 212.67º | 0.79% | 0.53% | - |
| HSV(B) | 212.67º | 0.83% | 0.9% | - |
| XYZ | 22.58 | 21.07 | 77.74 | - |
| YUV | 111.84 | 194.68 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 126 | 230 | 0.83 | 0.45 | 0 | 0.10 | 212.67 | 0.79 | 0.53 |
| Hex | 27 | 7E | E6 | 53 | 2D | 0 | A | D5 | 4F | 35 |
| Octal | 47 | 176 | 346 | 123 | 55 | 0 | 12 | 325 | 117 | 65 |
| Binary | 100111 | 1111110 | 11100110 | 1010011 | 101101 | 0 | 1010 | 11010101 | 1001111 | 110101 |
Color Harmonies of #277EE6
Complementary color
Monochromatic Colors of #277EE6
Black with #277EE6
Text Example
Text Example
White with #277EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277EE6; }
p { color: rgb(39,126,230); }
H1.HeaderClassName
{
color: #277EE6;
}
.AnyTagClassName
{
color: #277EE6;
}
</style>
background-color css
<style>
a { background-color: #277EE6; }
a { background-color: rgb(39,126,230); }
div.DivClassName
{
background-color: #277EE6;
}
.BgClassName
{
background-color: #277EE6;
}
</style>
border-color css
<style>
span { border-color: #277EE6; }
span { border-color: rgb(39,126,230); }
td.TdClassName
{
border-color: #277EE6;
}
.TagClassName
{
border-color: #277EE6;
}
</style>