Shades of Dodger Blue #277FDE
Tints of Dodger Blue #277FDE
RGB
CMYK
RGB Variations
Color information
#277FDE (or 0x277FDE) is known color: Dodger Blue. HEX triplet: 27, 7F and DE. RGB value is (39,127,222). Sum of RGB (Red+Green+Blue) = 39+127+222=388 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.05% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 222 (87.11% from 255 or 57.22% from 388); Max value from RGB is 222 - color contains mainly: blue. Hex color #277FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277FDE is #D88021. Grayscale: #6F6F6F. Windows color (decimal): -14188578 or 14581543. OLE color: 14581543.
HSL color Cylindrical-coordinate representation of color #277FDE: hue angle of 211.15º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #277FDE is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 127 | 222 | - |
| CMYK | 0.82 | 0.43 | 0 | 0.13 |
| HSL | 211.15º | 0.73% | 0.51% | - |
| HSV(B) | 211.15º | 0.82% | 0.87% | - |
| XYZ | 21.61 | 20.88 | 72 | - |
| YUV | 111.52 | 190.35 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 127 | 222 | 0.82 | 0.43 | 0 | 0.13 | 211.15 | 0.73 | 0.51 |
| Hex | 27 | 7F | DE | 52 | 2B | 0 | D | D3 | 49 | 33 |
| Octal | 47 | 177 | 336 | 122 | 53 | 0 | 15 | 323 | 111 | 63 |
| Binary | 100111 | 1111111 | 11011110 | 1010010 | 101011 | 0 | 1101 | 11010011 | 1001001 | 110011 |
Color Harmonies of #277FDE
Complementary color
Monochromatic Colors of #277FDE
Black with #277FDE
Text Example
Text Example
White with #277FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277FDE; }
p { color: rgb(39,127,222); }
H1.HeaderClassName
{
color: #277FDE;
}
.AnyTagClassName
{
color: #277FDE;
}
</style>
background-color css
<style>
a { background-color: #277FDE; }
a { background-color: rgb(39,127,222); }
div.DivClassName
{
background-color: #277FDE;
}
.BgClassName
{
background-color: #277FDE;
}
</style>
border-color css
<style>
span { border-color: #277FDE; }
span { border-color: rgb(39,127,222); }
td.TdClassName
{
border-color: #277FDE;
}
.TagClassName
{
border-color: #277FDE;
}
</style>