Shades of Dodger Blue #3584FF
Tints of Dodger Blue #3584FF
RGB
CMYK
RGB Variations
Color information
#3584FF (or 0x3584FF) is known color: Dodger Blue. HEX triplet: 35, 84 and FF. RGB value is (53,132,255). Sum of RGB (Red+Green+Blue) = 53+132+255=440 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.05% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #3584FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3584FF is #CA7B00. Grayscale: #797979. Windows color (decimal): -13269761 or 16745525. OLE color: 16745525.
HSL color Cylindrical-coordinate representation of color #3584FF: hue angle of 216.53º 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 #3584FF is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 132 | 255 | - |
| CMYK | 0.79 | 0.48 | 0 | 0 |
| HSL | 216.53º | 1% | 0.6% | - |
| HSV(B) | 216.53º | 0.79% | 1% | - |
| XYZ | 27.77 | 24.48 | 97.87 | - |
| YUV | 122.4 | 202.83 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 132 | 255 | 0.79 | 0.48 | 0 | 0 | 216.53 | 1 | 0.6 |
| Hex | 35 | 84 | FF | 4F | 30 | 0 | 0 | D9 | 64 | 3C |
| Octal | 65 | 204 | 377 | 117 | 60 | 0 | 0 | 331 | 144 | 74 |
| Binary | 110101 | 10000100 | 11111111 | 1001111 | 110000 | 0 | 0 | 11011001 | 1100100 | 111100 |
Color Harmonies of #3584FF
Complementary color
Monochromatic Colors of #3584FF
Black with #3584FF
Text Example
Text Example
White with #3584FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3584FF; }
p { color: rgb(53,132,255); }
H1.HeaderClassName
{
color: #3584FF;
}
.AnyTagClassName
{
color: #3584FF;
}
</style>
background-color css
<style>
a { background-color: #3584FF; }
a { background-color: rgb(53,132,255); }
div.DivClassName
{
background-color: #3584FF;
}
.BgClassName
{
background-color: #3584FF;
}
</style>
border-color css
<style>
span { border-color: #3584FF; }
span { border-color: rgb(53,132,255); }
td.TdClassName
{
border-color: #3584FF;
}
.TagClassName
{
border-color: #3584FF;
}
</style>