Shades of Dodger Blue #2277FF
Tints of Dodger Blue #2277FF
RGB
CMYK
RGB Variations
Color information
#2277FF (or 0x2277FF) is known color: Dodger Blue. HEX triplet: 22, 77 and FF. RGB value is (34,119,255). Sum of RGB (Red+Green+Blue) = 34+119+255=408 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.33% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #2277FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2277FF is #DD8800. Grayscale: #6C6C6C. Windows color (decimal): -14518273 or 16742178. OLE color: 16742178.
HSL color Cylindrical-coordinate representation of color #2277FF: hue angle of 216.92º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2277FF is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 34 | 119 | 255 | - |
| CMYK | 0.87 | 0.53 | 0 | 0 |
| HSL | 216.92º | 1% | 0.57% | - |
| HSV(B) | 216.92º | 0.87% | 1% | - |
| XYZ | 25.31 | 20.75 | 97.28 | - |
| YUV | 109.09 | 210.34 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 119 | 255 | 0.87 | 0.53 | 0 | 0 | 216.92 | 1 | 0.57 |
| Hex | 22 | 77 | FF | 57 | 35 | 0 | 0 | D9 | 64 | 39 |
| Octal | 42 | 167 | 377 | 127 | 65 | 0 | 0 | 331 | 144 | 71 |
| Binary | 100010 | 1110111 | 11111111 | 1010111 | 110101 | 0 | 0 | 11011001 | 1100100 | 111001 |
Color Harmonies of #2277FF
Complementary color
Monochromatic Colors of #2277FF
Black with #2277FF
Text Example
Text Example
White with #2277FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2277FF; }
p { color: rgb(34,119,255); }
H1.HeaderClassName
{
color: #2277FF;
}
.AnyTagClassName
{
color: #2277FF;
}
</style>
background-color css
<style>
a { background-color: #2277FF; }
a { background-color: rgb(34,119,255); }
div.DivClassName
{
background-color: #2277FF;
}
.BgClassName
{
background-color: #2277FF;
}
</style>
border-color css
<style>
span { border-color: #2277FF; }
span { border-color: rgb(34,119,255); }
td.TdClassName
{
border-color: #2277FF;
}
.TagClassName
{
border-color: #2277FF;
}
</style>