Shades of Dodger Blue #2296F9
Tints of Dodger Blue #2296F9
RGB
CMYK
RGB Variations
Color information
#2296F9 (or 0x2296F9) is known color: Dodger Blue. HEX triplet: 22, 96 and F9. RGB value is (34,150,249). Sum of RGB (Red+Green+Blue) = 34+150+249=433 (57% of max value = 765). Red value is 34 (13.67% from 255 or 7.85% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 249 (97.66% from 255 or 57.51% from 433); Max value from RGB is 249 - color contains mainly: blue. Hex color #2296F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2296F9 is #DD6906. Grayscale: #7E7E7E. Windows color (decimal): -14510343 or 16356898. OLE color: 16356898.
HSL color Cylindrical-coordinate representation of color #2296F9: hue angle of 207.63º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2296F9 is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 34 | 150 | 249 | - |
| CMYK | 0.86 | 0.40 | 0 | 0.02 |
| HSL | 207.63º | 0.95% | 0.55% | - |
| HSV(B) | 207.63º | 0.86% | 0.98% | - |
| XYZ | 28.66 | 28.99 | 93.71 | - |
| YUV | 126.6 | 197.07 | 61.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 150 | 249 | 0.86 | 0.40 | 0 | 0.02 | 207.63 | 0.95 | 0.55 |
| Hex | 22 | 96 | F9 | 56 | 28 | 0 | 2 | D0 | 5F | 37 |
| Octal | 42 | 226 | 371 | 126 | 50 | 0 | 2 | 320 | 137 | 67 |
| Binary | 100010 | 10010110 | 11111001 | 1010110 | 101000 | 0 | 10 | 11010000 | 1011111 | 110111 |
Color Harmonies of #2296F9
Complementary color
Monochromatic Colors of #2296F9
Black with #2296F9
Text Example
Text Example
White with #2296F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2296F9; }
p { color: rgb(34,150,249); }
H1.HeaderClassName
{
color: #2296F9;
}
.AnyTagClassName
{
color: #2296F9;
}
</style>
background-color css
<style>
a { background-color: #2296F9; }
a { background-color: rgb(34,150,249); }
div.DivClassName
{
background-color: #2296F9;
}
.BgClassName
{
background-color: #2296F9;
}
</style>
border-color css
<style>
span { border-color: #2296F9; }
span { border-color: rgb(34,150,249); }
td.TdClassName
{
border-color: #2296F9;
}
.TagClassName
{
border-color: #2296F9;
}
</style>