Shades of Dodger Blue #3497EE
Tints of Dodger Blue #3497EE
RGB
CMYK
RGB Variations
Color information
#3497EE (or 0x3497EE) is known color: Dodger Blue. HEX triplet: 34, 97 and EE. RGB value is (52,151,238). Sum of RGB (Red+Green+Blue) = 52+151+238=441 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.79% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #3497EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3497EE is #CB6811. Grayscale: #828282. Windows color (decimal): -13330450 or 15636276. OLE color: 15636276.
HSL color Cylindrical-coordinate representation of color #3497EE: hue angle of 208.06º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3497EE is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 151 | 238 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.07 |
| HSL | 208.06º | 0.85% | 0.57% | - |
| HSV(B) | 208.06º | 0.78% | 0.93% | - |
| XYZ | 27.92 | 29.04 | 85.02 | - |
| YUV | 131.32 | 188.2 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 151 | 238 | 0.78 | 0.37 | 0 | 0.07 | 208.06 | 0.85 | 0.57 |
| Hex | 34 | 97 | EE | 4E | 25 | 0 | 7 | D0 | 55 | 39 |
| Octal | 64 | 227 | 356 | 116 | 45 | 0 | 7 | 320 | 125 | 71 |
| Binary | 110100 | 10010111 | 11101110 | 1001110 | 100101 | 0 | 111 | 11010000 | 1010101 | 111001 |
Color Harmonies of #3497EE
Complementary color
Monochromatic Colors of #3497EE
Black with #3497EE
Text Example
Text Example
White with #3497EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3497EE; }
p { color: rgb(52,151,238); }
H1.HeaderClassName
{
color: #3497EE;
}
.AnyTagClassName
{
color: #3497EE;
}
</style>
background-color css
<style>
a { background-color: #3497EE; }
a { background-color: rgb(52,151,238); }
div.DivClassName
{
background-color: #3497EE;
}
.BgClassName
{
background-color: #3497EE;
}
</style>
border-color css
<style>
span { border-color: #3497EE; }
span { border-color: rgb(52,151,238); }
td.TdClassName
{
border-color: #3497EE;
}
.TagClassName
{
border-color: #3497EE;
}
</style>