Shades of Dodger Blue #2777FC
Tints of Dodger Blue #2777FC
RGB
CMYK
RGB Variations
Color information
#2777FC (or 0x2777FC) is known color: Dodger Blue. HEX triplet: 27, 77 and FC. RGB value is (39,119,252). Sum of RGB (Red+Green+Blue) = 39+119+252=410 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.51% from 410); Green value is 119 (46.88% from 255 or 29.02% from 410); Blue value is 252 (98.83% from 255 or 61.46% from 410); Max value from RGB is 252 - color contains mainly: blue. Hex color #2777FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2777FC is #D88803. Grayscale: #6D6D6D. Windows color (decimal): -14190596 or 16545575. OLE color: 16545575.
HSL color Cylindrical-coordinate representation of color #2777FC: hue angle of 217.46º degrees, saturation: 0.97, 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 #2777FC is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 119 | 252 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.01 |
| HSL | 217.46º | 0.97% | 0.57% | - |
| HSV(B) | 217.46º | 0.85% | 0.99% | - |
| XYZ | 25 | 20.65 | 94.76 | - |
| YUV | 110.24 | 208 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 119 | 252 | 0.85 | 0.53 | 0 | 0.01 | 217.46 | 0.97 | 0.57 |
| Hex | 27 | 77 | FC | 55 | 35 | 0 | 1 | D9 | 61 | 39 |
| Octal | 47 | 167 | 374 | 125 | 65 | 0 | 1 | 331 | 141 | 71 |
| Binary | 100111 | 1110111 | 11111100 | 1010101 | 110101 | 0 | 1 | 11011001 | 1100001 | 111001 |
Color Harmonies of #2777FC
Complementary color
Monochromatic Colors of #2777FC
Black with #2777FC
Text Example
Text Example
White with #2777FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2777FC; }
p { color: rgb(39,119,252); }
H1.HeaderClassName
{
color: #2777FC;
}
.AnyTagClassName
{
color: #2777FC;
}
</style>
background-color css
<style>
a { background-color: #2777FC; }
a { background-color: rgb(39,119,252); }
div.DivClassName
{
background-color: #2777FC;
}
.BgClassName
{
background-color: #2777FC;
}
</style>
border-color css
<style>
span { border-color: #2777FC; }
span { border-color: rgb(39,119,252); }
td.TdClassName
{
border-color: #2777FC;
}
.TagClassName
{
border-color: #2777FC;
}
</style>