Shades of Dodger Blue #358EEB
Tints of Dodger Blue #358EEB
RGB
CMYK
RGB Variations
Color information
#358EEB (or 0x358EEB) is known color: Dodger Blue. HEX triplet: 35, 8E and EB. RGB value is (53,142,235). Sum of RGB (Red+Green+Blue) = 53+142+235=430 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.33% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #358EEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358EEB is #CA7114. Grayscale: #7D7D7D. Windows color (decimal): -13267221 or 15437365. OLE color: 15437365.
HSL color Cylindrical-coordinate representation of color #358EEB: hue angle of 210.66º 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 #358EEB is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 53 | 142 | 235 | - |
| CMYK | 0.77 | 0.40 | 0 | 0.08 |
| HSL | 210.66º | 0.82% | 0.56% | - |
| HSV(B) | 210.66º | 0.77% | 0.92% | - |
| XYZ | 26.14 | 26.1 | 82.26 | - |
| YUV | 125.99 | 189.51 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 142 | 235 | 0.77 | 0.40 | 0 | 0.08 | 210.66 | 0.82 | 0.56 |
| Hex | 35 | 8E | EB | 4D | 28 | 0 | 8 | D3 | 52 | 38 |
| Octal | 65 | 216 | 353 | 115 | 50 | 0 | 10 | 323 | 122 | 70 |
| Binary | 110101 | 10001110 | 11101011 | 1001101 | 101000 | 0 | 1000 | 11010011 | 1010010 | 111000 |
Color Harmonies of #358EEB
Complementary color
Monochromatic Colors of #358EEB
Black with #358EEB
Text Example
Text Example
White with #358EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358EEB; }
p { color: rgb(53,142,235); }
H1.HeaderClassName
{
color: #358EEB;
}
.AnyTagClassName
{
color: #358EEB;
}
</style>
background-color css
<style>
a { background-color: #358EEB; }
a { background-color: rgb(53,142,235); }
div.DivClassName
{
background-color: #358EEB;
}
.BgClassName
{
background-color: #358EEB;
}
</style>
border-color css
<style>
span { border-color: #358EEB; }
span { border-color: rgb(53,142,235); }
td.TdClassName
{
border-color: #358EEB;
}
.TagClassName
{
border-color: #358EEB;
}
</style>