Shades of Dodger Blue #2294E7
Tints of Dodger Blue #2294E7
RGB
CMYK
RGB Variations
Color information
#2294E7 (or 0x2294E7) is known color: Dodger Blue. HEX triplet: 22, 94 and E7. RGB value is (34,148,231). Sum of RGB (Red+Green+Blue) = 34+148+231=413 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.23% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 231 (90.62% from 255 or 55.93% from 413); Max value from RGB is 231 - color contains mainly: blue. Hex color #2294E7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2294E7 is #DD6B18. Grayscale: #7A7A7A. Windows color (decimal): -14510873 or 15176738. OLE color: 15176738.
HSL color Cylindrical-coordinate representation of color #2294E7: hue angle of 205.28º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2294E7 is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 34 | 148 | 231 | - |
| CMYK | 0.85 | 0.36 | 0 | 0.09 |
| HSL | 205.28º | 0.8% | 0.52% | - |
| HSV(B) | 205.28º | 0.85% | 0.91% | - |
| XYZ | 25.67 | 27.29 | 79.52 | - |
| YUV | 123.38 | 188.73 | 64.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 148 | 231 | 0.85 | 0.36 | 0 | 0.09 | 205.28 | 0.8 | 0.52 |
| Hex | 22 | 94 | E7 | 55 | 24 | 0 | 9 | CD | 50 | 34 |
| Octal | 42 | 224 | 347 | 125 | 44 | 0 | 11 | 315 | 120 | 64 |
| Binary | 100010 | 10010100 | 11100111 | 1010101 | 100100 | 0 | 1001 | 11001101 | 1010000 | 110100 |
Color Harmonies of #2294E7
Complementary color
Monochromatic Colors of #2294E7
Black with #2294E7
Text Example
Text Example
White with #2294E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2294E7; }
p { color: rgb(34,148,231); }
H1.HeaderClassName
{
color: #2294E7;
}
.AnyTagClassName
{
color: #2294E7;
}
</style>
background-color css
<style>
a { background-color: #2294E7; }
a { background-color: rgb(34,148,231); }
div.DivClassName
{
background-color: #2294E7;
}
.BgClassName
{
background-color: #2294E7;
}
</style>
border-color css
<style>
span { border-color: #2294E7; }
span { border-color: rgb(34,148,231); }
td.TdClassName
{
border-color: #2294E7;
}
.TagClassName
{
border-color: #2294E7;
}
</style>