Shades of Dodger Blue #2296F7
Tints of Dodger Blue #2296F7
RGB
CMYK
RGB Variations
Color information
#2296F7 (or 0x2296F7) is known color: Dodger Blue. HEX triplet: 22, 96 and F7. RGB value is (34,150,247). Sum of RGB (Red+Green+Blue) = 34+150+247=431 (57% of max value = 765). Red value is 34 (13.67% from 255 or 7.89% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 247 (96.88% from 255 or 57.31% from 431); Max value from RGB is 247 - color contains mainly: blue. Hex color #2296F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2296F7 is #DD6908. Grayscale: #7D7D7D. Windows color (decimal): -14510345 or 16225826. OLE color: 16225826.
HSL color Cylindrical-coordinate representation of color #2296F7: hue angle of 207.32º 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 #2296F7 is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 34 | 150 | 247 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.03 |
| HSL | 207.32º | 0.93% | 0.55% | - |
| HSV(B) | 207.32º | 0.86% | 0.97% | - |
| XYZ | 28.35 | 28.87 | 92.07 | - |
| YUV | 126.37 | 196.07 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 150 | 247 | 0.86 | 0.39 | 0 | 0.03 | 207.32 | 0.93 | 0.55 |
| Hex | 22 | 96 | F7 | 56 | 27 | 0 | 3 | CF | 5D | 37 |
| Octal | 42 | 226 | 367 | 126 | 47 | 0 | 3 | 317 | 135 | 67 |
| Binary | 100010 | 10010110 | 11110111 | 1010110 | 100111 | 0 | 11 | 11001111 | 1011101 | 110111 |
Color Harmonies of #2296F7
Complementary color
Monochromatic Colors of #2296F7
Black with #2296F7
Text Example
Text Example
White with #2296F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2296F7; }
p { color: rgb(34,150,247); }
H1.HeaderClassName
{
color: #2296F7;
}
.AnyTagClassName
{
color: #2296F7;
}
</style>
background-color css
<style>
a { background-color: #2296F7; }
a { background-color: rgb(34,150,247); }
div.DivClassName
{
background-color: #2296F7;
}
.BgClassName
{
background-color: #2296F7;
}
</style>
border-color css
<style>
span { border-color: #2296F7; }
span { border-color: rgb(34,150,247); }
td.TdClassName
{
border-color: #2296F7;
}
.TagClassName
{
border-color: #2296F7;
}
</style>