Shades of Dodger Blue #2777FD
Tints of Dodger Blue #2777FD
RGB
CMYK
RGB Variations
Color information
#2777FD (or 0x2777FD) is known color: Dodger Blue. HEX triplet: 27, 77 and FD. RGB value is (39,119,253). Sum of RGB (Red+Green+Blue) = 39+119+253=411 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.49% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 253 (99.22% from 255 or 61.56% from 411); Max value from RGB is 253 - color contains mainly: blue. Hex color #2777FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2777FD is #D88802. Grayscale: #6D6D6D. Windows color (decimal): -14190595 or 16611111. OLE color: 16611111.
HSL color Cylindrical-coordinate representation of color #2777FD: hue angle of 217.57º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2777FD is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 119 | 253 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.01 |
| HSL | 217.57º | 0.98% | 0.57% | - |
| HSV(B) | 217.57º | 0.85% | 0.99% | - |
| XYZ | 25.16 | 20.72 | 95.6 | - |
| YUV | 110.36 | 208.5 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 119 | 253 | 0.85 | 0.53 | 0 | 0.01 | 217.57 | 0.98 | 0.57 |
| Hex | 27 | 77 | FD | 55 | 35 | 0 | 1 | DA | 62 | 39 |
| Octal | 47 | 167 | 375 | 125 | 65 | 0 | 1 | 332 | 142 | 71 |
| Binary | 100111 | 1110111 | 11111101 | 1010101 | 110101 | 0 | 1 | 11011010 | 1100010 | 111001 |
Color Harmonies of #2777FD
Complementary color
Monochromatic Colors of #2777FD
Black with #2777FD
Text Example
Text Example
White with #2777FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2777FD; }
p { color: rgb(39,119,253); }
H1.HeaderClassName
{
color: #2777FD;
}
.AnyTagClassName
{
color: #2777FD;
}
</style>
background-color css
<style>
a { background-color: #2777FD; }
a { background-color: rgb(39,119,253); }
div.DivClassName
{
background-color: #2777FD;
}
.BgClassName
{
background-color: #2777FD;
}
</style>
border-color css
<style>
span { border-color: #2777FD; }
span { border-color: rgb(39,119,253); }
td.TdClassName
{
border-color: #2777FD;
}
.TagClassName
{
border-color: #2777FD;
}
</style>