Shades of Dodger Blue #277FE4
Tints of Dodger Blue #277FE4
RGB
CMYK
RGB Variations
Color information
#277FE4 (or 0x277FE4) is known color: Dodger Blue. HEX triplet: 27, 7F and E4. RGB value is (39,127,228). Sum of RGB (Red+Green+Blue) = 39+127+228=394 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.90% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 228 (89.45% from 255 or 57.87% from 394); Max value from RGB is 228 - color contains mainly: blue. Hex color #277FE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277FE4 is #D8801B. Grayscale: #6F6F6F. Windows color (decimal): -14188572 or 14974759. OLE color: 14974759.
HSL color Cylindrical-coordinate representation of color #277FE4: hue angle of 212.06º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #277FE4 is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 39 | 127 | 228 | - |
| CMYK | 0.83 | 0.44 | 0 | 0.11 |
| HSL | 212.06º | 0.78% | 0.52% | - |
| HSV(B) | 212.06º | 0.83% | 0.89% | - |
| XYZ | 22.43 | 21.21 | 76.31 | - |
| YUV | 112.2 | 193.35 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 127 | 228 | 0.83 | 0.44 | 0 | 0.11 | 212.06 | 0.78 | 0.52 |
| Hex | 27 | 7F | E4 | 53 | 2C | 0 | B | D4 | 4E | 34 |
| Octal | 47 | 177 | 344 | 123 | 54 | 0 | 13 | 324 | 116 | 64 |
| Binary | 100111 | 1111111 | 11100100 | 1010011 | 101100 | 0 | 1011 | 11010100 | 1001110 | 110100 |
Color Harmonies of #277FE4
Complementary color
Monochromatic Colors of #277FE4
Black with #277FE4
Text Example
Text Example
White with #277FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277FE4; }
p { color: rgb(39,127,228); }
H1.HeaderClassName
{
color: #277FE4;
}
.AnyTagClassName
{
color: #277FE4;
}
</style>
background-color css
<style>
a { background-color: #277FE4; }
a { background-color: rgb(39,127,228); }
div.DivClassName
{
background-color: #277FE4;
}
.BgClassName
{
background-color: #277FE4;
}
</style>
border-color css
<style>
span { border-color: #277FE4; }
span { border-color: rgb(39,127,228); }
td.TdClassName
{
border-color: #277FE4;
}
.TagClassName
{
border-color: #277FE4;
}
</style>