Shades of Dodger Blue #277FEE
Tints of Dodger Blue #277FEE
RGB
CMYK
RGB Variations
Color information
#277FEE (or 0x277FEE) is known color: Dodger Blue. HEX triplet: 27, 7F and EE. RGB value is (39,127,238). Sum of RGB (Red+Green+Blue) = 39+127+238=404 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.65% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 238 (93.36% from 255 or 58.91% from 404); Max value from RGB is 238 - color contains mainly: blue. Hex color #277FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #277FEE is #D88011. Grayscale: #707070. Windows color (decimal): -14188562 or 15630119. OLE color: 15630119.
HSL color Cylindrical-coordinate representation of color #277FEE: hue angle of 213.47º 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 #277FEE is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 127 | 238 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.07 |
| HSL | 213.47º | 0.85% | 0.54% | - |
| HSV(B) | 213.47º | 0.84% | 0.93% | - |
| XYZ | 23.86 | 21.78 | 83.84 | - |
| YUV | 113.34 | 198.35 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 127 | 238 | 0.84 | 0.47 | 0 | 0.07 | 213.47 | 0.85 | 0.54 |
| Hex | 27 | 7F | EE | 54 | 2F | 0 | 7 | D5 | 55 | 36 |
| Octal | 47 | 177 | 356 | 124 | 57 | 0 | 7 | 325 | 125 | 66 |
| Binary | 100111 | 1111111 | 11101110 | 1010100 | 101111 | 0 | 111 | 11010101 | 1010101 | 110110 |
Color Harmonies of #277FEE
Complementary color
Monochromatic Colors of #277FEE
Black with #277FEE
Text Example
Text Example
White with #277FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277FEE; }
p { color: rgb(39,127,238); }
H1.HeaderClassName
{
color: #277FEE;
}
.AnyTagClassName
{
color: #277FEE;
}
</style>
background-color css
<style>
a { background-color: #277FEE; }
a { background-color: rgb(39,127,238); }
div.DivClassName
{
background-color: #277FEE;
}
.BgClassName
{
background-color: #277FEE;
}
</style>
border-color css
<style>
span { border-color: #277FEE; }
span { border-color: rgb(39,127,238); }
td.TdClassName
{
border-color: #277FEE;
}
.TagClassName
{
border-color: #277FEE;
}
</style>