Shades of Dodger Blue #3485EE
Tints of Dodger Blue #3485EE
RGB
CMYK
RGB Variations
Color information
#3485EE (or 0x3485EE) is known color: Dodger Blue. HEX triplet: 34, 85 and EE. RGB value is (52,133,238). Sum of RGB (Red+Green+Blue) = 52+133+238=423 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.29% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #3485EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3485EE is #CB7A11. Grayscale: #787878. Windows color (decimal): -13335058 or 15631668. OLE color: 15631668.
HSL color Cylindrical-coordinate representation of color #3485EE: hue angle of 213.87º 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 #3485EE is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 133 | 238 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.07 |
| HSL | 213.87º | 0.85% | 0.57% | - |
| HSV(B) | 213.87º | 0.78% | 0.93% | - |
| XYZ | 25.24 | 23.68 | 84.13 | - |
| YUV | 120.75 | 194.16 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 133 | 238 | 0.78 | 0.44 | 0 | 0.07 | 213.87 | 0.85 | 0.57 |
| Hex | 34 | 85 | EE | 4E | 2C | 0 | 7 | D6 | 55 | 39 |
| Octal | 64 | 205 | 356 | 116 | 54 | 0 | 7 | 326 | 125 | 71 |
| Binary | 110100 | 10000101 | 11101110 | 1001110 | 101100 | 0 | 111 | 11010110 | 1010101 | 111001 |
Color Harmonies of #3485EE
Complementary color
Monochromatic Colors of #3485EE
Black with #3485EE
Text Example
Text Example
White with #3485EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3485EE; }
p { color: rgb(52,133,238); }
H1.HeaderClassName
{
color: #3485EE;
}
.AnyTagClassName
{
color: #3485EE;
}
</style>
background-color css
<style>
a { background-color: #3485EE; }
a { background-color: rgb(52,133,238); }
div.DivClassName
{
background-color: #3485EE;
}
.BgClassName
{
background-color: #3485EE;
}
</style>
border-color css
<style>
span { border-color: #3485EE; }
span { border-color: rgb(52,133,238); }
td.TdClassName
{
border-color: #3485EE;
}
.TagClassName
{
border-color: #3485EE;
}
</style>