Shades of Dodger Blue #3594FF
Tints of Dodger Blue #3594FF
RGB
CMYK
RGB Variations
Color information
#3594FF (or 0x3594FF) is known color: Dodger Blue. HEX triplet: 35, 94 and FF. RGB value is (53,148,255). Sum of RGB (Red+Green+Blue) = 53+148+255=456 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.62% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #3594FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3594FF is #CA6B00. Grayscale: #838383. Windows color (decimal): -13265665 or 16749621. OLE color: 16749621.
HSL color Cylindrical-coordinate representation of color #3594FF: hue angle of 211.78º 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 #3594FF is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 148 | 255 | - |
| CMYK | 0.79 | 0.42 | 0 | 0 |
| HSL | 211.78º | 1% | 0.6% | - |
| HSV(B) | 211.78º | 0.79% | 1% | - |
| XYZ | 30.11 | 29.16 | 98.65 | - |
| YUV | 131.79 | 197.53 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 148 | 255 | 0.79 | 0.42 | 0 | 0 | 211.78 | 1 | 0.6 |
| Hex | 35 | 94 | FF | 4F | 2A | 0 | 0 | D4 | 64 | 3C |
| Octal | 65 | 224 | 377 | 117 | 52 | 0 | 0 | 324 | 144 | 74 |
| Binary | 110101 | 10010100 | 11111111 | 1001111 | 101010 | 0 | 0 | 11010100 | 1100100 | 111100 |
Color Harmonies of #3594FF
Complementary color
Monochromatic Colors of #3594FF
Black with #3594FF
Text Example
Text Example
White with #3594FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3594FF; }
p { color: rgb(53,148,255); }
H1.HeaderClassName
{
color: #3594FF;
}
.AnyTagClassName
{
color: #3594FF;
}
</style>
background-color css
<style>
a { background-color: #3594FF; }
a { background-color: rgb(53,148,255); }
div.DivClassName
{
background-color: #3594FF;
}
.BgClassName
{
background-color: #3594FF;
}
</style>
border-color css
<style>
span { border-color: #3594FF; }
span { border-color: rgb(53,148,255); }
td.TdClassName
{
border-color: #3594FF;
}
.TagClassName
{
border-color: #3594FF;
}
</style>