Shades of Dodger Blue #277EEF
Tints of Dodger Blue #277EEF
RGB
CMYK
RGB Variations
Color information
#277EEF (or 0x277EEF) is known color: Dodger Blue. HEX triplet: 27, 7E and EF. RGB value is (39,126,239). Sum of RGB (Red+Green+Blue) = 39+126+239=404 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.65% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #277EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #277EEF is #D88110. Grayscale: #707070. Windows color (decimal): -14188817 or 15695399. OLE color: 15695399.
HSL color Cylindrical-coordinate representation of color #277EEF: hue angle of 213.9º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #277EEF is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 39 | 126 | 239 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.06 |
| HSL | 213.9º | 0.86% | 0.55% | - |
| HSV(B) | 213.9º | 0.84% | 0.94% | - |
| XYZ | 23.88 | 21.59 | 84.57 | - |
| YUV | 112.87 | 199.18 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 126 | 239 | 0.84 | 0.47 | 0 | 0.06 | 213.9 | 0.86 | 0.55 |
| Hex | 27 | 7E | EF | 54 | 2F | 0 | 6 | D6 | 56 | 37 |
| Octal | 47 | 176 | 357 | 124 | 57 | 0 | 6 | 326 | 126 | 67 |
| Binary | 100111 | 1111110 | 11101111 | 1010100 | 101111 | 0 | 110 | 11010110 | 1010110 | 110111 |
Color Harmonies of #277EEF
Complementary color
Monochromatic Colors of #277EEF
Black with #277EEF
Text Example
Text Example
White with #277EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277EEF; }
p { color: rgb(39,126,239); }
H1.HeaderClassName
{
color: #277EEF;
}
.AnyTagClassName
{
color: #277EEF;
}
</style>
background-color css
<style>
a { background-color: #277EEF; }
a { background-color: rgb(39,126,239); }
div.DivClassName
{
background-color: #277EEF;
}
.BgClassName
{
background-color: #277EEF;
}
</style>
border-color css
<style>
span { border-color: #277EEF; }
span { border-color: rgb(39,126,239); }
td.TdClassName
{
border-color: #277EEF;
}
.TagClassName
{
border-color: #277EEF;
}
</style>