Shades of Dodger Blue #3589EF
Tints of Dodger Blue #3589EF
RGB
CMYK
RGB Variations
Color information
#3589EF (or 0x3589EF) is known color: Dodger Blue. HEX triplet: 35, 89 and EF. RGB value is (53,137,239). Sum of RGB (Red+Green+Blue) = 53+137+239=429 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.35% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #3589EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3589EF is #CA7610. Grayscale: #7B7B7B. Windows color (decimal): -13268497 or 15698229. OLE color: 15698229.
HSL color Cylindrical-coordinate representation of color #3589EF: hue angle of 212.9º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3589EF is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 137 | 239 | - |
| CMYK | 0.78 | 0.43 | 0 | 0.06 |
| HSL | 212.9º | 0.85% | 0.57% | - |
| HSV(B) | 212.9º | 0.78% | 0.94% | - |
| XYZ | 25.99 | 24.88 | 85.09 | - |
| YUV | 123.51 | 193.17 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 137 | 239 | 0.78 | 0.43 | 0 | 0.06 | 212.9 | 0.85 | 0.57 |
| Hex | 35 | 89 | EF | 4E | 2B | 0 | 6 | D5 | 55 | 39 |
| Octal | 65 | 211 | 357 | 116 | 53 | 0 | 6 | 325 | 125 | 71 |
| Binary | 110101 | 10001001 | 11101111 | 1001110 | 101011 | 0 | 110 | 11010101 | 1010101 | 111001 |
Color Harmonies of #3589EF
Complementary color
Monochromatic Colors of #3589EF
Black with #3589EF
Text Example
Text Example
White with #3589EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3589EF; }
p { color: rgb(53,137,239); }
H1.HeaderClassName
{
color: #3589EF;
}
.AnyTagClassName
{
color: #3589EF;
}
</style>
background-color css
<style>
a { background-color: #3589EF; }
a { background-color: rgb(53,137,239); }
div.DivClassName
{
background-color: #3589EF;
}
.BgClassName
{
background-color: #3589EF;
}
</style>
border-color css
<style>
span { border-color: #3589EF; }
span { border-color: rgb(53,137,239); }
td.TdClassName
{
border-color: #3589EF;
}
.TagClassName
{
border-color: #3589EF;
}
</style>