Shades of Dodger Blue #3486FE
Tints of Dodger Blue #3486FE
RGB
CMYK
RGB Variations
Color information
#3486FE (or 0x3486FE) is known color: Dodger Blue. HEX triplet: 34, 86 and FE. RGB value is (52,134,254). Sum of RGB (Red+Green+Blue) = 52+134+254=440 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.82% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #3486FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3486FE is #CB7901. Grayscale: #7A7A7A. Windows color (decimal): -13334786 or 16680500. OLE color: 16680500.
HSL color Cylindrical-coordinate representation of color #3486FE: hue angle of 215.64º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3486FE is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 134 | 254 | - |
| CMYK | 0.80 | 0.47 | 0 | 0.00 |
| HSL | 215.64º | 0.99% | 0.6% | - |
| HSV(B) | 215.64º | 0.8% | 1% | - |
| XYZ | 27.83 | 24.94 | 97.11 | - |
| YUV | 123.16 | 201.83 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 134 | 254 | 0.80 | 0.47 | 0 | 0.00 | 215.64 | 0.99 | 0.6 |
| Hex | 34 | 86 | FE | 50 | 2F | 0 | 0 | D8 | 63 | 3C |
| Octal | 64 | 206 | 376 | 120 | 57 | 0 | 0 | 330 | 143 | 74 |
| Binary | 110100 | 10000110 | 11111110 | 1010000 | 101111 | 0 | 0 | 11011000 | 1100011 | 111100 |
Color Harmonies of #3486FE
Complementary color
Monochromatic Colors of #3486FE
Black with #3486FE
Text Example
Text Example
White with #3486FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3486FE; }
p { color: rgb(52,134,254); }
H1.HeaderClassName
{
color: #3486FE;
}
.AnyTagClassName
{
color: #3486FE;
}
</style>
background-color css
<style>
a { background-color: #3486FE; }
a { background-color: rgb(52,134,254); }
div.DivClassName
{
background-color: #3486FE;
}
.BgClassName
{
background-color: #3486FE;
}
</style>
border-color css
<style>
span { border-color: #3486FE; }
span { border-color: rgb(52,134,254); }
td.TdClassName
{
border-color: #3486FE;
}
.TagClassName
{
border-color: #3486FE;
}
</style>