Shades of Dodger Blue #3587FF
Tints of Dodger Blue #3587FF
RGB
CMYK
RGB Variations
Color information
#3587FF (or 0x3587FF) is known color: Dodger Blue. HEX triplet: 35, 87 and FF. RGB value is (53,135,255). Sum of RGB (Red+Green+Blue) = 53+135+255=443 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.96% from 443); Green value is 135 (53.12% from 255 or 30.47% 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 #3587FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3587FF is #CA7800. Grayscale: #7B7B7B. Windows color (decimal): -13268993 or 16746293. OLE color: 16746293.
HSL color Cylindrical-coordinate representation of color #3587FF: hue angle of 215.64º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3587FF is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 135 | 255 | - |
| CMYK | 0.79 | 0.47 | 0 | 0 |
| HSL | 215.64º | 1% | 0.6% | - |
| HSV(B) | 215.64º | 0.79% | 1% | - |
| XYZ | 28.18 | 25.3 | 98.01 | - |
| YUV | 124.16 | 201.83 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 135 | 255 | 0.79 | 0.47 | 0 | 0 | 215.64 | 1 | 0.6 |
| Hex | 35 | 87 | FF | 4F | 2F | 0 | 0 | D8 | 64 | 3C |
| Octal | 65 | 207 | 377 | 117 | 57 | 0 | 0 | 330 | 144 | 74 |
| Binary | 110101 | 10000111 | 11111111 | 1001111 | 101111 | 0 | 0 | 11011000 | 1100100 | 111100 |
Color Harmonies of #3587FF
Complementary color
Monochromatic Colors of #3587FF
Black with #3587FF
Text Example
Text Example
White with #3587FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3587FF; }
p { color: rgb(53,135,255); }
H1.HeaderClassName
{
color: #3587FF;
}
.AnyTagClassName
{
color: #3587FF;
}
</style>
background-color css
<style>
a { background-color: #3587FF; }
a { background-color: rgb(53,135,255); }
div.DivClassName
{
background-color: #3587FF;
}
.BgClassName
{
background-color: #3587FF;
}
</style>
border-color css
<style>
span { border-color: #3587FF; }
span { border-color: rgb(53,135,255); }
td.TdClassName
{
border-color: #3587FF;
}
.TagClassName
{
border-color: #3587FF;
}
</style>