Shades of Dodger Blue #3592EA
Tints of Dodger Blue #3592EA
RGB
CMYK
RGB Variations
Color information
#3592EA (or 0x3592EA) is known color: Dodger Blue. HEX triplet: 35, 92 and EA. RGB value is (53,146,234). Sum of RGB (Red+Green+Blue) = 53+146+234=433 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.24% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #3592EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3592EA is #CA6D15. Grayscale: #7F7F7F. Windows color (decimal): -13266198 or 15372853. OLE color: 15372853.
HSL color Cylindrical-coordinate representation of color #3592EA: hue angle of 209.17º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3592EA is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 53 | 146 | 234 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.08 |
| HSL | 209.17º | 0.81% | 0.56% | - |
| HSV(B) | 209.17º | 0.77% | 0.92% | - |
| XYZ | 26.6 | 27.26 | 81.7 | - |
| YUV | 128.23 | 187.69 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 146 | 234 | 0.77 | 0.38 | 0 | 0.08 | 209.17 | 0.81 | 0.56 |
| Hex | 35 | 92 | EA | 4D | 26 | 0 | 8 | D1 | 51 | 38 |
| Octal | 65 | 222 | 352 | 115 | 46 | 0 | 10 | 321 | 121 | 70 |
| Binary | 110101 | 10010010 | 11101010 | 1001101 | 100110 | 0 | 1000 | 11010001 | 1010001 | 111000 |
Color Harmonies of #3592EA
Complementary color
Monochromatic Colors of #3592EA
Black with #3592EA
Text Example
Text Example
White with #3592EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3592EA; }
p { color: rgb(53,146,234); }
H1.HeaderClassName
{
color: #3592EA;
}
.AnyTagClassName
{
color: #3592EA;
}
</style>
background-color css
<style>
a { background-color: #3592EA; }
a { background-color: rgb(53,146,234); }
div.DivClassName
{
background-color: #3592EA;
}
.BgClassName
{
background-color: #3592EA;
}
</style>
border-color css
<style>
span { border-color: #3592EA; }
span { border-color: rgb(53,146,234); }
td.TdClassName
{
border-color: #3592EA;
}
.TagClassName
{
border-color: #3592EA;
}
</style>