Shades of Dodger Blue #3686EA
Tints of Dodger Blue #3686EA
RGB
CMYK
RGB Variations
Color information
#3686EA (or 0x3686EA) is known color: Dodger Blue. HEX triplet: 36, 86 and EA. RGB value is (54,134,234). Sum of RGB (Red+Green+Blue) = 54+134+234=422 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.80% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #3686EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3686EA is #C97915. Grayscale: #797979. Windows color (decimal): -13203734 or 15369782. OLE color: 15369782.
HSL color Cylindrical-coordinate representation of color #3686EA: hue angle of 213.33º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3686EA is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 134 | 234 | - |
| CMYK | 0.77 | 0.43 | 0 | 0.08 |
| HSL | 213.33º | 0.81% | 0.56% | - |
| HSV(B) | 213.33º | 0.77% | 0.92% | - |
| XYZ | 24.9 | 23.77 | 81.12 | - |
| YUV | 121.48 | 191.5 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 134 | 234 | 0.77 | 0.43 | 0 | 0.08 | 213.33 | 0.81 | 0.56 |
| Hex | 36 | 86 | EA | 4D | 2B | 0 | 8 | D5 | 51 | 38 |
| Octal | 66 | 206 | 352 | 115 | 53 | 0 | 10 | 325 | 121 | 70 |
| Binary | 110110 | 10000110 | 11101010 | 1001101 | 101011 | 0 | 1000 | 11010101 | 1010001 | 111000 |
Color Harmonies of #3686EA
Complementary color
Monochromatic Colors of #3686EA
Black with #3686EA
Text Example
Text Example
White with #3686EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3686EA; }
p { color: rgb(54,134,234); }
H1.HeaderClassName
{
color: #3686EA;
}
.AnyTagClassName
{
color: #3686EA;
}
</style>
background-color css
<style>
a { background-color: #3686EA; }
a { background-color: rgb(54,134,234); }
div.DivClassName
{
background-color: #3686EA;
}
.BgClassName
{
background-color: #3686EA;
}
</style>
border-color css
<style>
span { border-color: #3686EA; }
span { border-color: rgb(54,134,234); }
td.TdClassName
{
border-color: #3686EA;
}
.TagClassName
{
border-color: #3686EA;
}
</style>