Shades of Dodger Blue #3686FF
Tints of Dodger Blue #3686FF
RGB
CMYK
RGB Variations
Color information
#3686FF (or 0x3686FF) is known color: Dodger Blue. HEX triplet: 36, 86 and FF. RGB value is (54,134,255). Sum of RGB (Red+Green+Blue) = 54+134+255=443 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.19% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #3686FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3686FF is #C97900. Grayscale: #7B7B7B. Windows color (decimal): -13203713 or 16746038. OLE color: 16746038.
HSL color Cylindrical-coordinate representation of color #3686FF: hue angle of 216.12º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3686FF is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 134 | 255 | - |
| CMYK | 0.79 | 0.47 | 0 | 0 |
| HSL | 216.12º | 1% | 0.61% | - |
| HSV(B) | 216.12º | 0.79% | 1% | - |
| XYZ | 28.1 | 25.05 | 97.96 | - |
| YUV | 123.87 | 202 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 134 | 255 | 0.79 | 0.47 | 0 | 0 | 216.12 | 1 | 0.61 |
| Hex | 36 | 86 | FF | 4F | 2F | 0 | 0 | D8 | 64 | 3D |
| Octal | 66 | 206 | 377 | 117 | 57 | 0 | 0 | 330 | 144 | 75 |
| Binary | 110110 | 10000110 | 11111111 | 1001111 | 101111 | 0 | 0 | 11011000 | 1100100 | 111101 |
Color Harmonies of #3686FF
Complementary color
Monochromatic Colors of #3686FF
Black with #3686FF
Text Example
Text Example
White with #3686FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3686FF; }
p { color: rgb(54,134,255); }
H1.HeaderClassName
{
color: #3686FF;
}
.AnyTagClassName
{
color: #3686FF;
}
</style>
background-color css
<style>
a { background-color: #3686FF; }
a { background-color: rgb(54,134,255); }
div.DivClassName
{
background-color: #3686FF;
}
.BgClassName
{
background-color: #3686FF;
}
</style>
border-color css
<style>
span { border-color: #3686FF; }
span { border-color: rgb(54,134,255); }
td.TdClassName
{
border-color: #3686FF;
}
.TagClassName
{
border-color: #3686FF;
}
</style>