Shades of Dodger Blue #2297FA
Tints of Dodger Blue #2297FA
RGB
CMYK
RGB Variations
Color information
#2297FA (or 0x2297FA) is known color: Dodger Blue. HEX triplet: 22, 97 and FA. RGB value is (34,151,250). Sum of RGB (Red+Green+Blue) = 34+151+250=435 (57% of max value = 765). Red value is 34 (13.67% from 255 or 7.82% from 435); Green value is 151 (59.38% from 255 or 34.71% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #2297FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2297FA is #DD6805. Grayscale: #7E7E7E. Windows color (decimal): -14510086 or 16422690. OLE color: 16422690.
HSL color Cylindrical-coordinate representation of color #2297FA: hue angle of 207.5º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2297FA is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 34 | 151 | 250 | - |
| CMYK | 0.86 | 0.40 | 0 | 0.02 |
| HSL | 207.5º | 0.96% | 0.56% | - |
| HSV(B) | 207.5º | 0.86% | 0.98% | - |
| XYZ | 28.98 | 29.38 | 94.59 | - |
| YUV | 127.3 | 197.24 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 151 | 250 | 0.86 | 0.40 | 0 | 0.02 | 207.5 | 0.96 | 0.56 |
| Hex | 22 | 97 | FA | 56 | 28 | 0 | 2 | D0 | 60 | 38 |
| Octal | 42 | 227 | 372 | 126 | 50 | 0 | 2 | 320 | 140 | 70 |
| Binary | 100010 | 10010111 | 11111010 | 1010110 | 101000 | 0 | 10 | 11010000 | 1100000 | 111000 |
Color Harmonies of #2297FA
Complementary color
Monochromatic Colors of #2297FA
Black with #2297FA
Text Example
Text Example
White with #2297FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2297FA; }
p { color: rgb(34,151,250); }
H1.HeaderClassName
{
color: #2297FA;
}
.AnyTagClassName
{
color: #2297FA;
}
</style>
background-color css
<style>
a { background-color: #2297FA; }
a { background-color: rgb(34,151,250); }
div.DivClassName
{
background-color: #2297FA;
}
.BgClassName
{
background-color: #2297FA;
}
</style>
border-color css
<style>
span { border-color: #2297FA; }
span { border-color: rgb(34,151,250); }
td.TdClassName
{
border-color: #2297FA;
}
.TagClassName
{
border-color: #2297FA;
}
</style>