Shades of Dodger Blue #2273F7
Tints of Dodger Blue #2273F7
RGB
CMYK
RGB Variations
Color information
#2273F7 (or 0x2273F7) is known color: Dodger Blue. HEX triplet: 22, 73 and F7. RGB value is (34,115,247). Sum of RGB (Red+Green+Blue) = 34+115+247=396 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.59% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 247 (96.88% from 255 or 62.37% from 396); Max value from RGB is 247 - color contains mainly: blue. Hex color #2273F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2273F7 is #DD8C08. Grayscale: #696969. Windows color (decimal): -14519305 or 16216866. OLE color: 16216866.
HSL color Cylindrical-coordinate representation of color #2273F7: hue angle of 217.18º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2273F7 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 34 | 115 | 247 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.03 |
| HSL | 217.18º | 0.93% | 0.55% | - |
| HSV(B) | 217.18º | 0.86% | 0.97% | - |
| XYZ | 23.58 | 19.32 | 90.48 | - |
| YUV | 105.83 | 207.66 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 115 | 247 | 0.86 | 0.53 | 0 | 0.03 | 217.18 | 0.93 | 0.55 |
| Hex | 22 | 73 | F7 | 56 | 35 | 0 | 3 | D9 | 5D | 37 |
| Octal | 42 | 163 | 367 | 126 | 65 | 0 | 3 | 331 | 135 | 67 |
| Binary | 100010 | 1110011 | 11110111 | 1010110 | 110101 | 0 | 11 | 11011001 | 1011101 | 110111 |
Color Harmonies of #2273F7
Complementary color
Monochromatic Colors of #2273F7
Black with #2273F7
Text Example
Text Example
White with #2273F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2273F7; }
p { color: rgb(34,115,247); }
H1.HeaderClassName
{
color: #2273F7;
}
.AnyTagClassName
{
color: #2273F7;
}
</style>
background-color css
<style>
a { background-color: #2273F7; }
a { background-color: rgb(34,115,247); }
div.DivClassName
{
background-color: #2273F7;
}
.BgClassName
{
background-color: #2273F7;
}
</style>
border-color css
<style>
span { border-color: #2273F7; }
span { border-color: rgb(34,115,247); }
td.TdClassName
{
border-color: #2273F7;
}
.TagClassName
{
border-color: #2273F7;
}
</style>