Shades of Dodger Blue #3585FF
Tints of Dodger Blue #3585FF
RGB
CMYK
RGB Variations
Color information
#3585FF (or 0x3585FF) is known color: Dodger Blue. HEX triplet: 35, 85 and FF. RGB value is (53,133,255). Sum of RGB (Red+Green+Blue) = 53+133+255=441 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.02% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #3585FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3585FF is #CA7A00. Grayscale: #7A7A7A. Windows color (decimal): -13269505 or 16745781. OLE color: 16745781.
HSL color Cylindrical-coordinate representation of color #3585FF: hue angle of 216.24º 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 #3585FF is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 133 | 255 | - |
| CMYK | 0.79 | 0.48 | 0 | 0 |
| HSL | 216.24º | 1% | 0.6% | - |
| HSV(B) | 216.24º | 0.79% | 1% | - |
| XYZ | 27.91 | 24.75 | 97.91 | - |
| YUV | 122.99 | 202.5 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 133 | 255 | 0.79 | 0.48 | 0 | 0 | 216.24 | 1 | 0.6 |
| Hex | 35 | 85 | FF | 4F | 30 | 0 | 0 | D8 | 64 | 3C |
| Octal | 65 | 205 | 377 | 117 | 60 | 0 | 0 | 330 | 144 | 74 |
| Binary | 110101 | 10000101 | 11111111 | 1001111 | 110000 | 0 | 0 | 11011000 | 1100100 | 111100 |
Color Harmonies of #3585FF
Complementary color
Monochromatic Colors of #3585FF
Black with #3585FF
Text Example
Text Example
White with #3585FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3585FF; }
p { color: rgb(53,133,255); }
H1.HeaderClassName
{
color: #3585FF;
}
.AnyTagClassName
{
color: #3585FF;
}
</style>
background-color css
<style>
a { background-color: #3585FF; }
a { background-color: rgb(53,133,255); }
div.DivClassName
{
background-color: #3585FF;
}
.BgClassName
{
background-color: #3585FF;
}
</style>
border-color css
<style>
span { border-color: #3585FF; }
span { border-color: rgb(53,133,255); }
td.TdClassName
{
border-color: #3585FF;
}
.TagClassName
{
border-color: #3585FF;
}
</style>