Shades of Dodger Blue #277FE0
Tints of Dodger Blue #277FE0
RGB
CMYK
RGB Variations
Color information
#277FE0 (or 0x277FE0) is known color: Dodger Blue. HEX triplet: 27, 7F and E0. RGB value is (39,127,224). Sum of RGB (Red+Green+Blue) = 39+127+224=390 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 224 (87.89% from 255 or 57.44% from 390); Max value from RGB is 224 - color contains mainly: blue. Hex color #277FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277FE0 is #D8801F. Grayscale: #6F6F6F. Windows color (decimal): -14188576 or 14712615. OLE color: 14712615.
HSL color Cylindrical-coordinate representation of color #277FE0: hue angle of 211.46º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #277FE0 is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 39 | 127 | 224 | - |
| CMYK | 0.83 | 0.43 | 0 | 0.12 |
| HSL | 211.46º | 0.75% | 0.52% | - |
| HSV(B) | 211.46º | 0.83% | 0.88% | - |
| XYZ | 21.88 | 20.99 | 73.42 | - |
| YUV | 111.75 | 191.35 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 127 | 224 | 0.83 | 0.43 | 0 | 0.12 | 211.46 | 0.75 | 0.52 |
| Hex | 27 | 7F | E0 | 53 | 2B | 0 | C | D3 | 4B | 34 |
| Octal | 47 | 177 | 340 | 123 | 53 | 0 | 14 | 323 | 113 | 64 |
| Binary | 100111 | 1111111 | 11100000 | 1010011 | 101011 | 0 | 1100 | 11010011 | 1001011 | 110100 |
Color Harmonies of #277FE0
Complementary color
Monochromatic Colors of #277FE0
Black with #277FE0
Text Example
Text Example
White with #277FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277FE0; }
p { color: rgb(39,127,224); }
H1.HeaderClassName
{
color: #277FE0;
}
.AnyTagClassName
{
color: #277FE0;
}
</style>
background-color css
<style>
a { background-color: #277FE0; }
a { background-color: rgb(39,127,224); }
div.DivClassName
{
background-color: #277FE0;
}
.BgClassName
{
background-color: #277FE0;
}
</style>
border-color css
<style>
span { border-color: #277FE0; }
span { border-color: rgb(39,127,224); }
td.TdClassName
{
border-color: #277FE0;
}
.TagClassName
{
border-color: #277FE0;
}
</style>