Shades of Dodger Blue #277FDD
Tints of Dodger Blue #277FDD
RGB
CMYK
RGB Variations
Color information
#277FDD (or 0x277FDD) is known color: Dodger Blue. HEX triplet: 27, 7F and DD. RGB value is (39,127,221). Sum of RGB (Red+Green+Blue) = 39+127+221=387 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.08% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #277FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277FDD is #D88022. Grayscale: #6E6E6E. Windows color (decimal): -14188579 or 14516007. OLE color: 14516007.
HSL color Cylindrical-coordinate representation of color #277FDD: hue angle of 210.99º 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 #277FDD is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 127 | 221 | - |
| CMYK | 0.82 | 0.43 | 0 | 0.13 |
| HSL | 210.99º | 0.73% | 0.51% | - |
| HSV(B) | 210.99º | 0.82% | 0.87% | - |
| XYZ | 21.48 | 20.83 | 71.3 | - |
| YUV | 111.4 | 189.85 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 127 | 221 | 0.82 | 0.43 | 0 | 0.13 | 210.99 | 0.73 | 0.51 |
| Hex | 27 | 7F | DD | 52 | 2B | 0 | D | D3 | 49 | 33 |
| Octal | 47 | 177 | 335 | 122 | 53 | 0 | 15 | 323 | 111 | 63 |
| Binary | 100111 | 1111111 | 11011101 | 1010010 | 101011 | 0 | 1101 | 11010011 | 1001001 | 110011 |
Color Harmonies of #277FDD
Complementary color
Monochromatic Colors of #277FDD
Black with #277FDD
Text Example
Text Example
White with #277FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277FDD; }
p { color: rgb(39,127,221); }
H1.HeaderClassName
{
color: #277FDD;
}
.AnyTagClassName
{
color: #277FDD;
}
</style>
background-color css
<style>
a { background-color: #277FDD; }
a { background-color: rgb(39,127,221); }
div.DivClassName
{
background-color: #277FDD;
}
.BgClassName
{
background-color: #277FDD;
}
</style>
border-color css
<style>
span { border-color: #277FDD; }
span { border-color: rgb(39,127,221); }
td.TdClassName
{
border-color: #277FDD;
}
.TagClassName
{
border-color: #277FDD;
}
</style>