Shades of Dodger Blue #3584EF
Tints of Dodger Blue #3584EF
RGB
CMYK
RGB Variations
Color information
#3584EF (or 0x3584EF) is known color: Dodger Blue. HEX triplet: 35, 84 and EF. RGB value is (53,132,239). Sum of RGB (Red+Green+Blue) = 53+132+239=424 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.5% from 424); Green value is 132 (51.95% from 255 or 31.13% 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 #3584EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3584EF is #CA7B10. Grayscale: #787878. Windows color (decimal): -13269777 or 15696949. OLE color: 15696949.
HSL color Cylindrical-coordinate representation of color #3584EF: hue angle of 214.52º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3584EF is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 132 | 239 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.06 |
| HSL | 214.52º | 0.85% | 0.57% | - |
| HSV(B) | 214.52º | 0.78% | 0.94% | - |
| XYZ | 25.3 | 23.49 | 84.86 | - |
| YUV | 120.58 | 194.83 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 132 | 239 | 0.78 | 0.45 | 0 | 0.06 | 214.52 | 0.85 | 0.57 |
| Hex | 35 | 84 | EF | 4E | 2D | 0 | 6 | D7 | 55 | 39 |
| Octal | 65 | 204 | 357 | 116 | 55 | 0 | 6 | 327 | 125 | 71 |
| Binary | 110101 | 10000100 | 11101111 | 1001110 | 101101 | 0 | 110 | 11010111 | 1010101 | 111001 |
Color Harmonies of #3584EF
Complementary color
Monochromatic Colors of #3584EF
Black with #3584EF
Text Example
Text Example
White with #3584EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3584EF; }
p { color: rgb(53,132,239); }
H1.HeaderClassName
{
color: #3584EF;
}
.AnyTagClassName
{
color: #3584EF;
}
</style>
background-color css
<style>
a { background-color: #3584EF; }
a { background-color: rgb(53,132,239); }
div.DivClassName
{
background-color: #3584EF;
}
.BgClassName
{
background-color: #3584EF;
}
</style>
border-color css
<style>
span { border-color: #3584EF; }
span { border-color: rgb(53,132,239); }
td.TdClassName
{
border-color: #3584EF;
}
.TagClassName
{
border-color: #3584EF;
}
</style>