Shades of Dodger Blue #3485EF
Tints of Dodger Blue #3485EF
RGB
CMYK
RGB Variations
Color information
#3485EF (or 0x3485EF) is known color: Dodger Blue. HEX triplet: 34, 85 and EF. RGB value is (52,133,239). Sum of RGB (Red+Green+Blue) = 52+133+239=424 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.26% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #3485EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3485EF is #CB7A10. Grayscale: #787878. Windows color (decimal): -13335057 or 15697204. OLE color: 15697204.
HSL color Cylindrical-coordinate representation of color #3485EF: hue angle of 214.01º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3485EF is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 133 | 239 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.06 |
| HSL | 214.01º | 0.85% | 0.57% | - |
| HSV(B) | 214.01º | 0.78% | 0.94% | - |
| XYZ | 25.38 | 23.74 | 84.91 | - |
| YUV | 120.87 | 194.66 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 133 | 239 | 0.78 | 0.44 | 0 | 0.06 | 214.01 | 0.85 | 0.57 |
| Hex | 34 | 85 | EF | 4E | 2C | 0 | 6 | D6 | 55 | 39 |
| Octal | 64 | 205 | 357 | 116 | 54 | 0 | 6 | 326 | 125 | 71 |
| Binary | 110100 | 10000101 | 11101111 | 1001110 | 101100 | 0 | 110 | 11010110 | 1010101 | 111001 |
Color Harmonies of #3485EF
Complementary color
Monochromatic Colors of #3485EF
Black with #3485EF
Text Example
Text Example
White with #3485EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3485EF; }
p { color: rgb(52,133,239); }
H1.HeaderClassName
{
color: #3485EF;
}
.AnyTagClassName
{
color: #3485EF;
}
</style>
background-color css
<style>
a { background-color: #3485EF; }
a { background-color: rgb(52,133,239); }
div.DivClassName
{
background-color: #3485EF;
}
.BgClassName
{
background-color: #3485EF;
}
</style>
border-color css
<style>
span { border-color: #3485EF; }
span { border-color: rgb(52,133,239); }
td.TdClassName
{
border-color: #3485EF;
}
.TagClassName
{
border-color: #3485EF;
}
</style>