Shades of Dodger Blue #2272FF
Tints of Dodger Blue #2272FF
RGB
CMYK
RGB Variations
Color information
#2272FF (or 0x2272FF) is known color: Dodger Blue. HEX triplet: 22, 72 and FF. RGB value is (34,114,255). Sum of RGB (Red+Green+Blue) = 34+114+255=403 (53% of max value = 765). Red value is 34 (13.67% from 255 or 8.44% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #2272FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2272FF is #DD8D00. Grayscale: #696969. Windows color (decimal): -14519553 or 16740898. OLE color: 16740898.
HSL color Cylindrical-coordinate representation of color #2272FF: hue angle of 218.28º 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 #2272FF is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 34 | 114 | 255 | - |
| CMYK | 0.87 | 0.55 | 0 | 0 |
| HSL | 218.28º | 1% | 0.57% | - |
| HSV(B) | 218.28º | 0.87% | 1% | - |
| XYZ | 24.73 | 19.59 | 97.09 | - |
| YUV | 106.15 | 212 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 114 | 255 | 0.87 | 0.55 | 0 | 0 | 218.28 | 1 | 0.57 |
| Hex | 22 | 72 | FF | 57 | 37 | 0 | 0 | DA | 64 | 39 |
| Octal | 42 | 162 | 377 | 127 | 67 | 0 | 0 | 332 | 144 | 71 |
| Binary | 100010 | 1110010 | 11111111 | 1010111 | 110111 | 0 | 0 | 11011010 | 1100100 | 111001 |
Color Harmonies of #2272FF
Complementary color
Monochromatic Colors of #2272FF
Black with #2272FF
Text Example
Text Example
White with #2272FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2272FF; }
p { color: rgb(34,114,255); }
H1.HeaderClassName
{
color: #2272FF;
}
.AnyTagClassName
{
color: #2272FF;
}
</style>
background-color css
<style>
a { background-color: #2272FF; }
a { background-color: rgb(34,114,255); }
div.DivClassName
{
background-color: #2272FF;
}
.BgClassName
{
background-color: #2272FF;
}
</style>
border-color css
<style>
span { border-color: #2272FF; }
span { border-color: rgb(34,114,255); }
td.TdClassName
{
border-color: #2272FF;
}
.TagClassName
{
border-color: #2272FF;
}
</style>