Shades of Dodger Blue #2192FC
Tints of Dodger Blue #2192FC
RGB
CMYK
RGB Variations
Color information
#2192FC (or 0x2192FC) is known color: Dodger Blue. HEX triplet: 21, 92 and FC. RGB value is (33,146,252). Sum of RGB (Red+Green+Blue) = 33+146+252=431 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.66% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #2192FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2192FC is #DE6D03. Grayscale: #7B7B7B. Windows color (decimal): -14576900 or 16552481. OLE color: 16552481.
HSL color Cylindrical-coordinate representation of color #2192FC: hue angle of 209.04º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2192FC is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 33 | 146 | 252 | - |
| CMYK | 0.87 | 0.42 | 0 | 0.01 |
| HSL | 209.04º | 0.97% | 0.56% | - |
| HSV(B) | 209.04º | 0.87% | 0.99% | - |
| XYZ | 28.48 | 27.91 | 95.98 | - |
| YUV | 124.3 | 200.06 | 62.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 146 | 252 | 0.87 | 0.42 | 0 | 0.01 | 209.04 | 0.97 | 0.56 |
| Hex | 21 | 92 | FC | 57 | 2A | 0 | 1 | D1 | 61 | 38 |
| Octal | 41 | 222 | 374 | 127 | 52 | 0 | 1 | 321 | 141 | 70 |
| Binary | 100001 | 10010010 | 11111100 | 1010111 | 101010 | 0 | 1 | 11010001 | 1100001 | 111000 |
Color Harmonies of #2192FC
Complementary color
Monochromatic Colors of #2192FC
Black with #2192FC
Text Example
Text Example
White with #2192FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2192FC; }
p { color: rgb(33,146,252); }
H1.HeaderClassName
{
color: #2192FC;
}
.AnyTagClassName
{
color: #2192FC;
}
</style>
background-color css
<style>
a { background-color: #2192FC; }
a { background-color: rgb(33,146,252); }
div.DivClassName
{
background-color: #2192FC;
}
.BgClassName
{
background-color: #2192FC;
}
</style>
border-color css
<style>
span { border-color: #2192FC; }
span { border-color: rgb(33,146,252); }
td.TdClassName
{
border-color: #2192FC;
}
.TagClassName
{
border-color: #2192FC;
}
</style>