Shades of Dodger Blue #277DF7
Tints of Dodger Blue #277DF7
RGB
CMYK
RGB Variations
Color information
#277DF7 (or 0x277DF7) is known color: Dodger Blue. HEX triplet: 27, 7D and F7. RGB value is (39,125,247). Sum of RGB (Red+Green+Blue) = 39+125+247=411 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.49% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 247 (96.88% from 255 or 60.10% from 411); Max value from RGB is 247 - color contains mainly: blue. Hex color #277DF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #277DF7 is #D88208. Grayscale: #707070. Windows color (decimal): -14189065 or 16219431. OLE color: 16219431.
HSL color Cylindrical-coordinate representation of color #277DF7: hue angle of 215.19º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #277DF7 is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 39 | 125 | 247 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.03 |
| HSL | 215.19º | 0.93% | 0.56% | - |
| HSV(B) | 215.19º | 0.84% | 0.97% | - |
| XYZ | 24.96 | 21.81 | 90.89 | - |
| YUV | 113.19 | 203.51 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 125 | 247 | 0.84 | 0.49 | 0 | 0.03 | 215.19 | 0.93 | 0.56 |
| Hex | 27 | 7D | F7 | 54 | 31 | 0 | 3 | D7 | 5D | 38 |
| Octal | 47 | 175 | 367 | 124 | 61 | 0 | 3 | 327 | 135 | 70 |
| Binary | 100111 | 1111101 | 11110111 | 1010100 | 110001 | 0 | 11 | 11010111 | 1011101 | 111000 |
Color Harmonies of #277DF7
Complementary color
Monochromatic Colors of #277DF7
Black with #277DF7
Text Example
Text Example
White with #277DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277DF7; }
p { color: rgb(39,125,247); }
H1.HeaderClassName
{
color: #277DF7;
}
.AnyTagClassName
{
color: #277DF7;
}
</style>
background-color css
<style>
a { background-color: #277DF7; }
a { background-color: rgb(39,125,247); }
div.DivClassName
{
background-color: #277DF7;
}
.BgClassName
{
background-color: #277DF7;
}
</style>
border-color css
<style>
span { border-color: #277DF7; }
span { border-color: rgb(39,125,247); }
td.TdClassName
{
border-color: #277DF7;
}
.TagClassName
{
border-color: #277DF7;
}
</style>