Shades of Dodger Blue #3486E6
Tints of Dodger Blue #3486E6
RGB
CMYK
RGB Variations
Color information
#3486E6 (or 0x3486E6) is known color: Dodger Blue. HEX triplet: 34, 86 and E6. RGB value is (52,134,230). Sum of RGB (Red+Green+Blue) = 52+134+230=416 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.5% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 230 (90.23% from 255 or 55.29% from 416); Max value from RGB is 230 - color contains mainly: blue. Hex color #3486E6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3486E6 is #CB7919. Grayscale: #777777. Windows color (decimal): -13334810 or 15107636. OLE color: 15107636.
HSL color Cylindrical-coordinate representation of color #3486E6: hue angle of 212.36º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3486E6 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 134 | 230 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.10 |
| HSL | 212.36º | 0.78% | 0.55% | - |
| HSV(B) | 212.36º | 0.77% | 0.9% | - |
| XYZ | 24.22 | 23.49 | 78.12 | - |
| YUV | 120.43 | 189.83 | 79.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 134 | 230 | 0.77 | 0.42 | 0 | 0.10 | 212.36 | 0.78 | 0.55 |
| Hex | 34 | 86 | E6 | 4D | 2A | 0 | A | D4 | 4E | 37 |
| Octal | 64 | 206 | 346 | 115 | 52 | 0 | 12 | 324 | 116 | 67 |
| Binary | 110100 | 10000110 | 11100110 | 1001101 | 101010 | 0 | 1010 | 11010100 | 1001110 | 110111 |
Color Harmonies of #3486E6
Complementary color
Monochromatic Colors of #3486E6
Black with #3486E6
Text Example
Text Example
White with #3486E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3486E6; }
p { color: rgb(52,134,230); }
H1.HeaderClassName
{
color: #3486E6;
}
.AnyTagClassName
{
color: #3486E6;
}
</style>
background-color css
<style>
a { background-color: #3486E6; }
a { background-color: rgb(52,134,230); }
div.DivClassName
{
background-color: #3486E6;
}
.BgClassName
{
background-color: #3486E6;
}
</style>
border-color css
<style>
span { border-color: #3486E6; }
span { border-color: rgb(52,134,230); }
td.TdClassName
{
border-color: #3486E6;
}
.TagClassName
{
border-color: #3486E6;
}
</style>