Shades of Dodger Blue #3592ED
Tints of Dodger Blue #3592ED
RGB
CMYK
RGB Variations
Color information
#3592ED (or 0x3592ED) is known color: Dodger Blue. HEX triplet: 35, 92 and ED. RGB value is (53,146,237). Sum of RGB (Red+Green+Blue) = 53+146+237=436 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.16% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #3592ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3592ED is #CA6D12. Grayscale: #808080. Windows color (decimal): -13266195 or 15569461. OLE color: 15569461.
HSL color Cylindrical-coordinate representation of color #3592ED: hue angle of 209.67º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3592ED is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 146 | 237 | - |
| CMYK | 0.78 | 0.38 | 0 | 0.07 |
| HSL | 209.67º | 0.84% | 0.57% | - |
| HSV(B) | 209.67º | 0.78% | 0.93% | - |
| XYZ | 27.03 | 27.43 | 83.99 | - |
| YUV | 128.57 | 189.19 | 74.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 146 | 237 | 0.78 | 0.38 | 0 | 0.07 | 209.67 | 0.84 | 0.57 |
| Hex | 35 | 92 | ED | 4E | 26 | 0 | 7 | D2 | 54 | 39 |
| Octal | 65 | 222 | 355 | 116 | 46 | 0 | 7 | 322 | 124 | 71 |
| Binary | 110101 | 10010010 | 11101101 | 1001110 | 100110 | 0 | 111 | 11010010 | 1010100 | 111001 |
Color Harmonies of #3592ED
Complementary color
Monochromatic Colors of #3592ED
Black with #3592ED
Text Example
Text Example
White with #3592ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3592ED; }
p { color: rgb(53,146,237); }
H1.HeaderClassName
{
color: #3592ED;
}
.AnyTagClassName
{
color: #3592ED;
}
</style>
background-color css
<style>
a { background-color: #3592ED; }
a { background-color: rgb(53,146,237); }
div.DivClassName
{
background-color: #3592ED;
}
.BgClassName
{
background-color: #3592ED;
}
</style>
border-color css
<style>
span { border-color: #3592ED; }
span { border-color: rgb(53,146,237); }
td.TdClassName
{
border-color: #3592ED;
}
.TagClassName
{
border-color: #3592ED;
}
</style>