Shades of Dodger Blue #3498EE
Tints of Dodger Blue #3498EE
RGB
CMYK
RGB Variations
Color information
#3498EE (or 0x3498EE) is known color: Dodger Blue. HEX triplet: 34, 98 and EE. RGB value is (52,152,238). Sum of RGB (Red+Green+Blue) = 52+152+238=442 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.76% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #3498EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3498EE is #CB6711. Grayscale: #838383. Windows color (decimal): -13330194 or 15636532. OLE color: 15636532.
HSL color Cylindrical-coordinate representation of color #3498EE: hue angle of 207.74º 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 #3498EE is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 152 | 238 | - |
| CMYK | 0.78 | 0.36 | 0 | 0.07 |
| HSL | 207.74º | 0.85% | 0.57% | - |
| HSV(B) | 207.74º | 0.78% | 0.93% | - |
| XYZ | 28.08 | 29.36 | 85.08 | - |
| YUV | 131.9 | 187.87 | 71.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 152 | 238 | 0.78 | 0.36 | 0 | 0.07 | 207.74 | 0.85 | 0.57 |
| Hex | 34 | 98 | EE | 4E | 24 | 0 | 7 | D0 | 55 | 39 |
| Octal | 64 | 230 | 356 | 116 | 44 | 0 | 7 | 320 | 125 | 71 |
| Binary | 110100 | 10011000 | 11101110 | 1001110 | 100100 | 0 | 111 | 11010000 | 1010101 | 111001 |
Color Harmonies of #3498EE
Complementary color
Monochromatic Colors of #3498EE
Black with #3498EE
Text Example
Text Example
White with #3498EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3498EE; }
p { color: rgb(52,152,238); }
H1.HeaderClassName
{
color: #3498EE;
}
.AnyTagClassName
{
color: #3498EE;
}
</style>
background-color css
<style>
a { background-color: #3498EE; }
a { background-color: rgb(52,152,238); }
div.DivClassName
{
background-color: #3498EE;
}
.BgClassName
{
background-color: #3498EE;
}
</style>
border-color css
<style>
span { border-color: #3498EE; }
span { border-color: rgb(52,152,238); }
td.TdClassName
{
border-color: #3498EE;
}
.TagClassName
{
border-color: #3498EE;
}
</style>