Shades of Dodger Blue #2192F9
Tints of Dodger Blue #2192F9
RGB
CMYK
RGB Variations
Color information
#2192F9 (or 0x2192F9) is known color: Dodger Blue. HEX triplet: 21, 92 and F9. RGB value is (33,146,249). Sum of RGB (Red+Green+Blue) = 33+146+249=428 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.71% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 249 (97.66% from 255 or 58.18% from 428); Max value from RGB is 249 - color contains mainly: blue. Hex color #2192F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2192F9 is #DE6D06. Grayscale: #7B7B7B. Windows color (decimal): -14576903 or 16355873. OLE color: 16355873.
HSL color Cylindrical-coordinate representation of color #2192F9: hue angle of 208.61º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2192F9 is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 146 | 249 | - |
| CMYK | 0.87 | 0.41 | 0 | 0.02 |
| HSL | 208.61º | 0.95% | 0.55% | - |
| HSV(B) | 208.61º | 0.87% | 0.98% | - |
| XYZ | 28 | 27.72 | 93.5 | - |
| YUV | 123.96 | 198.56 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 146 | 249 | 0.87 | 0.41 | 0 | 0.02 | 208.61 | 0.95 | 0.55 |
| Hex | 21 | 92 | F9 | 57 | 29 | 0 | 2 | D1 | 5F | 37 |
| Octal | 41 | 222 | 371 | 127 | 51 | 0 | 2 | 321 | 137 | 67 |
| Binary | 100001 | 10010010 | 11111001 | 1010111 | 101001 | 0 | 10 | 11010001 | 1011111 | 110111 |
Color Harmonies of #2192F9
Complementary color
Monochromatic Colors of #2192F9
Black with #2192F9
Text Example
Text Example
White with #2192F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2192F9; }
p { color: rgb(33,146,249); }
H1.HeaderClassName
{
color: #2192F9;
}
.AnyTagClassName
{
color: #2192F9;
}
</style>
background-color css
<style>
a { background-color: #2192F9; }
a { background-color: rgb(33,146,249); }
div.DivClassName
{
background-color: #2192F9;
}
.BgClassName
{
background-color: #2192F9;
}
</style>
border-color css
<style>
span { border-color: #2192F9; }
span { border-color: rgb(33,146,249); }
td.TdClassName
{
border-color: #2192F9;
}
.TagClassName
{
border-color: #2192F9;
}
</style>