Shades of Dodger Blue #3683EF
Tints of Dodger Blue #3683EF
RGB
CMYK
RGB Variations
Color information
#3683EF (or 0x3683EF) is known color: Dodger Blue. HEX triplet: 36, 83 and EF. RGB value is (54,131,239). Sum of RGB (Red+Green+Blue) = 54+131+239=424 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.74% from 424); Green value is 131 (51.56% from 255 or 30.90% 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 #3683EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3683EF is #C97C10. Grayscale: #777777. Windows color (decimal): -13204497 or 15696694. OLE color: 15696694.
HSL color Cylindrical-coordinate representation of color #3683EF: hue angle of 215.03º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3683EF is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 131 | 239 | - |
| CMYK | 0.77 | 0.45 | 0 | 0.06 |
| HSL | 215.03º | 0.85% | 0.57% | - |
| HSV(B) | 215.03º | 0.77% | 0.94% | - |
| XYZ | 25.22 | 23.25 | 84.82 | - |
| YUV | 120.29 | 194.99 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 131 | 239 | 0.77 | 0.45 | 0 | 0.06 | 215.03 | 0.85 | 0.57 |
| Hex | 36 | 83 | EF | 4D | 2D | 0 | 6 | D7 | 55 | 39 |
| Octal | 66 | 203 | 357 | 115 | 55 | 0 | 6 | 327 | 125 | 71 |
| Binary | 110110 | 10000011 | 11101111 | 1001101 | 101101 | 0 | 110 | 11010111 | 1010101 | 111001 |
Color Harmonies of #3683EF
Complementary color
Monochromatic Colors of #3683EF
Black with #3683EF
Text Example
Text Example
White with #3683EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3683EF; }
p { color: rgb(54,131,239); }
H1.HeaderClassName
{
color: #3683EF;
}
.AnyTagClassName
{
color: #3683EF;
}
</style>
background-color css
<style>
a { background-color: #3683EF; }
a { background-color: rgb(54,131,239); }
div.DivClassName
{
background-color: #3683EF;
}
.BgClassName
{
background-color: #3683EF;
}
</style>
border-color css
<style>
span { border-color: #3683EF; }
span { border-color: rgb(54,131,239); }
td.TdClassName
{
border-color: #3683EF;
}
.TagClassName
{
border-color: #3683EF;
}
</style>