Shades of Dodger Blue #358BEB
Tints of Dodger Blue #358BEB
RGB
CMYK
RGB Variations
Color information
#358BEB (or 0x358BEB) is known color: Dodger Blue. HEX triplet: 35, 8B and EB. RGB value is (53,139,235). Sum of RGB (Red+Green+Blue) = 53+139+235=427 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.41% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 235 (92.19% from 255 or 55.04% from 427); Max value from RGB is 235 - color contains mainly: blue. Hex color #358BEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358BEB is #CA7414. Grayscale: #7B7B7B. Windows color (decimal): -13267989 or 15436597. OLE color: 15436597.
HSL color Cylindrical-coordinate representation of color #358BEB: hue angle of 211.65º degrees, saturation: 0.82, 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 #358BEB is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 53 | 139 | 235 | - |
| CMYK | 0.77 | 0.41 | 0 | 0.08 |
| HSL | 211.65º | 0.82% | 0.56% | - |
| HSV(B) | 211.65º | 0.77% | 0.92% | - |
| XYZ | 25.7 | 25.22 | 82.11 | - |
| YUV | 124.23 | 190.51 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 139 | 235 | 0.77 | 0.41 | 0 | 0.08 | 211.65 | 0.82 | 0.56 |
| Hex | 35 | 8B | EB | 4D | 29 | 0 | 8 | D4 | 52 | 38 |
| Octal | 65 | 213 | 353 | 115 | 51 | 0 | 10 | 324 | 122 | 70 |
| Binary | 110101 | 10001011 | 11101011 | 1001101 | 101001 | 0 | 1000 | 11010100 | 1010010 | 111000 |
Color Harmonies of #358BEB
Complementary color
Monochromatic Colors of #358BEB
Black with #358BEB
Text Example
Text Example
White with #358BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358BEB; }
p { color: rgb(53,139,235); }
H1.HeaderClassName
{
color: #358BEB;
}
.AnyTagClassName
{
color: #358BEB;
}
</style>
background-color css
<style>
a { background-color: #358BEB; }
a { background-color: rgb(53,139,235); }
div.DivClassName
{
background-color: #358BEB;
}
.BgClassName
{
background-color: #358BEB;
}
</style>
border-color css
<style>
span { border-color: #358BEB; }
span { border-color: rgb(53,139,235); }
td.TdClassName
{
border-color: #358BEB;
}
.TagClassName
{
border-color: #358BEB;
}
</style>