Shades of Dodger Blue #3585FE
Tints of Dodger Blue #3585FE
RGB
CMYK
RGB Variations
Color information
#3585FE (or 0x3585FE) is known color: Dodger Blue. HEX triplet: 35, 85 and FE. RGB value is (53,133,254). Sum of RGB (Red+Green+Blue) = 53+133+254=440 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.05% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #3585FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3585FE is #CA7A01. Grayscale: #7A7A7A. Windows color (decimal): -13269506 or 16680245. OLE color: 16680245.
HSL color Cylindrical-coordinate representation of color #3585FE: hue angle of 216.12º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3585FE is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 133 | 254 | - |
| CMYK | 0.79 | 0.48 | 0 | 0.00 |
| HSL | 216.12º | 0.99% | 0.6% | - |
| HSV(B) | 216.12º | 0.79% | 1% | - |
| XYZ | 27.75 | 24.69 | 97.07 | - |
| YUV | 122.87 | 202 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 133 | 254 | 0.79 | 0.48 | 0 | 0.00 | 216.12 | 0.99 | 0.6 |
| Hex | 35 | 85 | FE | 4F | 30 | 0 | 0 | D8 | 63 | 3C |
| Octal | 65 | 205 | 376 | 117 | 60 | 0 | 0 | 330 | 143 | 74 |
| Binary | 110101 | 10000101 | 11111110 | 1001111 | 110000 | 0 | 0 | 11011000 | 1100011 | 111100 |
Color Harmonies of #3585FE
Complementary color
Monochromatic Colors of #3585FE
Black with #3585FE
Text Example
Text Example
White with #3585FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3585FE; }
p { color: rgb(53,133,254); }
H1.HeaderClassName
{
color: #3585FE;
}
.AnyTagClassName
{
color: #3585FE;
}
</style>
background-color css
<style>
a { background-color: #3585FE; }
a { background-color: rgb(53,133,254); }
div.DivClassName
{
background-color: #3585FE;
}
.BgClassName
{
background-color: #3585FE;
}
</style>
border-color css
<style>
span { border-color: #3585FE; }
span { border-color: rgb(53,133,254); }
td.TdClassName
{
border-color: #3585FE;
}
.TagClassName
{
border-color: #3585FE;
}
</style>