Shades of Dodger Blue #3594EA
Tints of Dodger Blue #3594EA
RGB
CMYK
RGB Variations
Color information
#3594EA (or 0x3594EA) is known color: Dodger Blue. HEX triplet: 35, 94 and EA. RGB value is (53,148,234). Sum of RGB (Red+Green+Blue) = 53+148+234=435 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.18% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #3594EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3594EA is #CA6B15. Grayscale: #808080. Windows color (decimal): -13265686 or 15373365. OLE color: 15373365.
HSL color Cylindrical-coordinate representation of color #3594EA: hue angle of 208.51º 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 #3594EA is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 53 | 148 | 234 | - |
| CMYK | 0.77 | 0.37 | 0 | 0.08 |
| HSL | 208.51º | 0.81% | 0.56% | - |
| HSV(B) | 208.51º | 0.77% | 0.92% | - |
| XYZ | 26.91 | 27.88 | 81.8 | - |
| YUV | 129.4 | 187.03 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 148 | 234 | 0.77 | 0.37 | 0 | 0.08 | 208.51 | 0.81 | 0.56 |
| Hex | 35 | 94 | EA | 4D | 25 | 0 | 8 | D1 | 51 | 38 |
| Octal | 65 | 224 | 352 | 115 | 45 | 0 | 10 | 321 | 121 | 70 |
| Binary | 110101 | 10010100 | 11101010 | 1001101 | 100101 | 0 | 1000 | 11010001 | 1010001 | 111000 |
Color Harmonies of #3594EA
Complementary color
Monochromatic Colors of #3594EA
Black with #3594EA
Text Example
Text Example
White with #3594EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3594EA; }
p { color: rgb(53,148,234); }
H1.HeaderClassName
{
color: #3594EA;
}
.AnyTagClassName
{
color: #3594EA;
}
</style>
background-color css
<style>
a { background-color: #3594EA; }
a { background-color: rgb(53,148,234); }
div.DivClassName
{
background-color: #3594EA;
}
.BgClassName
{
background-color: #3594EA;
}
</style>
border-color css
<style>
span { border-color: #3594EA; }
span { border-color: rgb(53,148,234); }
td.TdClassName
{
border-color: #3594EA;
}
.TagClassName
{
border-color: #3594EA;
}
</style>