Shades of Dodger Blue #277EEB
Tints of Dodger Blue #277EEB
RGB
CMYK
RGB Variations
Color information
#277EEB (or 0x277EEB) is known color: Dodger Blue. HEX triplet: 27, 7E and EB. RGB value is (39,126,235). Sum of RGB (Red+Green+Blue) = 39+126+235=400 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.75% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 235 (92.19% from 255 or 58.75% from 400); Max value from RGB is 235 - color contains mainly: blue. Hex color #277EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #277EEB is #D88114. Grayscale: #6F6F6F. Windows color (decimal): -14188821 or 15433255. OLE color: 15433255.
HSL color Cylindrical-coordinate representation of color #277EEB: hue angle of 213.37º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #277EEB is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 126 | 235 | - |
| CMYK | 0.83 | 0.46 | 0 | 0.08 |
| HSL | 213.37º | 0.83% | 0.54% | - |
| HSV(B) | 213.37º | 0.83% | 0.92% | - |
| XYZ | 23.29 | 21.35 | 81.49 | - |
| YUV | 112.41 | 197.18 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 126 | 235 | 0.83 | 0.46 | 0 | 0.08 | 213.37 | 0.83 | 0.54 |
| Hex | 27 | 7E | EB | 53 | 2E | 0 | 8 | D5 | 53 | 36 |
| Octal | 47 | 176 | 353 | 123 | 56 | 0 | 10 | 325 | 123 | 66 |
| Binary | 100111 | 1111110 | 11101011 | 1010011 | 101110 | 0 | 1000 | 11010101 | 1010011 | 110110 |
Color Harmonies of #277EEB
Complementary color
Monochromatic Colors of #277EEB
Black with #277EEB
Text Example
Text Example
White with #277EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277EEB; }
p { color: rgb(39,126,235); }
H1.HeaderClassName
{
color: #277EEB;
}
.AnyTagClassName
{
color: #277EEB;
}
</style>
background-color css
<style>
a { background-color: #277EEB; }
a { background-color: rgb(39,126,235); }
div.DivClassName
{
background-color: #277EEB;
}
.BgClassName
{
background-color: #277EEB;
}
</style>
border-color css
<style>
span { border-color: #277EEB; }
span { border-color: rgb(39,126,235); }
td.TdClassName
{
border-color: #277EEB;
}
.TagClassName
{
border-color: #277EEB;
}
</style>