Shades of Dodger Blue #2292DA
Tints of Dodger Blue #2292DA
RGB
CMYK
RGB Variations
Color information
#2292DA (or 0x2292DA) is known color: Dodger Blue. HEX triplet: 22, 92 and DA. RGB value is (34,146,218). Sum of RGB (Red+Green+Blue) = 34+146+218=398 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.54% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #2292DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2292DA is #DD6D25. Grayscale: #787878. Windows color (decimal): -14511398 or 14324258. OLE color: 14324258.
HSL color Cylindrical-coordinate representation of color #2292DA: hue angle of 203.48º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2292DA is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 34 | 146 | 218 | - |
| CMYK | 0.84 | 0.33 | 0 | 0.15 |
| HSL | 203.48º | 0.73% | 0.49% | - |
| HSV(B) | 203.48º | 0.84% | 0.85% | - |
| XYZ | 23.59 | 25.96 | 70.1 | - |
| YUV | 120.72 | 182.89 | 66.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 146 | 218 | 0.84 | 0.33 | 0 | 0.15 | 203.48 | 0.73 | 0.49 |
| Hex | 22 | 92 | DA | 54 | 21 | 0 | F | CB | 49 | 31 |
| Octal | 42 | 222 | 332 | 124 | 41 | 0 | 17 | 313 | 111 | 61 |
| Binary | 100010 | 10010010 | 11011010 | 1010100 | 100001 | 0 | 1111 | 11001011 | 1001001 | 110001 |
Color Harmonies of #2292DA
Complementary color
Monochromatic Colors of #2292DA
Black with #2292DA
Text Example
Text Example
White with #2292DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2292DA; }
p { color: rgb(34,146,218); }
H1.HeaderClassName
{
color: #2292DA;
}
.AnyTagClassName
{
color: #2292DA;
}
</style>
background-color css
<style>
a { background-color: #2292DA; }
a { background-color: rgb(34,146,218); }
div.DivClassName
{
background-color: #2292DA;
}
.BgClassName
{
background-color: #2292DA;
}
</style>
border-color css
<style>
span { border-color: #2292DA; }
span { border-color: rgb(34,146,218); }
td.TdClassName
{
border-color: #2292DA;
}
.TagClassName
{
border-color: #2292DA;
}
</style>