Shades of Dodger Blue #2777FF
Tints of Dodger Blue #2777FF
RGB
CMYK
RGB Variations
Color information
#2777FF (or 0x2777FF) is known color: Dodger Blue. HEX triplet: 27, 77 and FF. RGB value is (39,119,255). Sum of RGB (Red+Green+Blue) = 39+119+255=413 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.44% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #2777FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2777FF is #D88800. Grayscale: #6D6D6D. Windows color (decimal): -14190593 or 16742183. OLE color: 16742183.
HSL color Cylindrical-coordinate representation of color #2777FF: hue angle of 217.78º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2777FF is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 119 | 255 | - |
| CMYK | 0.85 | 0.53 | 0 | 0 |
| HSL | 217.78º | 1% | 0.58% | - |
| HSV(B) | 217.78º | 0.85% | 1% | - |
| XYZ | 25.48 | 20.84 | 97.29 | - |
| YUV | 110.58 | 209.5 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 119 | 255 | 0.85 | 0.53 | 0 | 0 | 217.78 | 1 | 0.58 |
| Hex | 27 | 77 | FF | 55 | 35 | 0 | 0 | DA | 64 | 3A |
| Octal | 47 | 167 | 377 | 125 | 65 | 0 | 0 | 332 | 144 | 72 |
| Binary | 100111 | 1110111 | 11111111 | 1010101 | 110101 | 0 | 0 | 11011010 | 1100100 | 111010 |
Color Harmonies of #2777FF
Complementary color
Monochromatic Colors of #2777FF
Black with #2777FF
Text Example
Text Example
White with #2777FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2777FF; }
p { color: rgb(39,119,255); }
H1.HeaderClassName
{
color: #2777FF;
}
.AnyTagClassName
{
color: #2777FF;
}
</style>
background-color css
<style>
a { background-color: #2777FF; }
a { background-color: rgb(39,119,255); }
div.DivClassName
{
background-color: #2777FF;
}
.BgClassName
{
background-color: #2777FF;
}
</style>
border-color css
<style>
span { border-color: #2777FF; }
span { border-color: rgb(39,119,255); }
td.TdClassName
{
border-color: #2777FF;
}
.TagClassName
{
border-color: #2777FF;
}
</style>