Shades of Dodger Blue #3590FE
Tints of Dodger Blue #3590FE
RGB
CMYK
RGB Variations
Color information
#3590FE (or 0x3590FE) is known color: Dodger Blue. HEX triplet: 35, 90 and FE. RGB value is (53,144,254). Sum of RGB (Red+Green+Blue) = 53+144+254=451 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.75% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #3590FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3590FE is #CA6F01. Grayscale: #808080. Windows color (decimal): -13266690 or 16683061. OLE color: 16683061.
HSL color Cylindrical-coordinate representation of color #3590FE: hue angle of 212.84º 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 #3590FE is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 144 | 254 | - |
| CMYK | 0.79 | 0.43 | 0 | 0.00 |
| HSL | 212.84º | 0.99% | 0.6% | - |
| HSV(B) | 212.84º | 0.79% | 1% | - |
| XYZ | 29.33 | 27.86 | 97.6 | - |
| YUV | 129.33 | 198.35 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 144 | 254 | 0.79 | 0.43 | 0 | 0.00 | 212.84 | 0.99 | 0.6 |
| Hex | 35 | 90 | FE | 4F | 2B | 0 | 0 | D5 | 63 | 3C |
| Octal | 65 | 220 | 376 | 117 | 53 | 0 | 0 | 325 | 143 | 74 |
| Binary | 110101 | 10010000 | 11111110 | 1001111 | 101011 | 0 | 0 | 11010101 | 1100011 | 111100 |
Color Harmonies of #3590FE
Complementary color
Monochromatic Colors of #3590FE
Black with #3590FE
Text Example
Text Example
White with #3590FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3590FE; }
p { color: rgb(53,144,254); }
H1.HeaderClassName
{
color: #3590FE;
}
.AnyTagClassName
{
color: #3590FE;
}
</style>
background-color css
<style>
a { background-color: #3590FE; }
a { background-color: rgb(53,144,254); }
div.DivClassName
{
background-color: #3590FE;
}
.BgClassName
{
background-color: #3590FE;
}
</style>
border-color css
<style>
span { border-color: #3590FE; }
span { border-color: rgb(53,144,254); }
td.TdClassName
{
border-color: #3590FE;
}
.TagClassName
{
border-color: #3590FE;
}
</style>