Shades of Dodger Blue #277BEE
Tints of Dodger Blue #277BEE
RGB
CMYK
RGB Variations
Color information
#277BEE (or 0x277BEE) is known color: Dodger Blue. HEX triplet: 27, 7B and EE. RGB value is (39,123,238). Sum of RGB (Red+Green+Blue) = 39+123+238=400 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.75% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 238 (93.36% from 255 or 59.5% from 400); Max value from RGB is 238 - color contains mainly: blue. Hex color #277BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #277BEE is #D88411. Grayscale: #6E6E6E. Windows color (decimal): -14189586 or 15629095. OLE color: 15629095.
HSL color Cylindrical-coordinate representation of color #277BEE: hue angle of 214.67º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #277BEE is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 123 | 238 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.07 |
| HSL | 214.67º | 0.85% | 0.54% | - |
| HSV(B) | 214.67º | 0.84% | 0.93% | - |
| XYZ | 23.35 | 20.77 | 83.67 | - |
| YUV | 110.99 | 199.67 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 123 | 238 | 0.84 | 0.48 | 0 | 0.07 | 214.67 | 0.85 | 0.54 |
| Hex | 27 | 7B | EE | 54 | 30 | 0 | 7 | D7 | 55 | 36 |
| Octal | 47 | 173 | 356 | 124 | 60 | 0 | 7 | 327 | 125 | 66 |
| Binary | 100111 | 1111011 | 11101110 | 1010100 | 110000 | 0 | 111 | 11010111 | 1010101 | 110110 |
Color Harmonies of #277BEE
Complementary color
Monochromatic Colors of #277BEE
Black with #277BEE
Text Example
Text Example
White with #277BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277BEE; }
p { color: rgb(39,123,238); }
H1.HeaderClassName
{
color: #277BEE;
}
.AnyTagClassName
{
color: #277BEE;
}
</style>
background-color css
<style>
a { background-color: #277BEE; }
a { background-color: rgb(39,123,238); }
div.DivClassName
{
background-color: #277BEE;
}
.BgClassName
{
background-color: #277BEE;
}
</style>
border-color css
<style>
span { border-color: #277BEE; }
span { border-color: rgb(39,123,238); }
td.TdClassName
{
border-color: #277BEE;
}
.TagClassName
{
border-color: #277BEE;
}
</style>