Shades of Dodger Blue #358FEB
Tints of Dodger Blue #358FEB
RGB
CMYK
RGB Variations
Color information
#358FEB (or 0x358FEB) is known color: Dodger Blue. HEX triplet: 35, 8F and EB. RGB value is (53,143,235). Sum of RGB (Red+Green+Blue) = 53+143+235=431 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.30% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #358FEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358FEB is #CA7014. Grayscale: #7E7E7E. Windows color (decimal): -13266965 or 15437621. OLE color: 15437621.
HSL color Cylindrical-coordinate representation of color #358FEB: hue angle of 210.33º 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 #358FEB is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 53 | 143 | 235 | - |
| CMYK | 0.77 | 0.39 | 0 | 0.08 |
| HSL | 210.33º | 0.82% | 0.56% | - |
| HSV(B) | 210.33º | 0.77% | 0.92% | - |
| XYZ | 26.29 | 26.4 | 82.31 | - |
| YUV | 126.58 | 189.18 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 235 | 0.77 | 0.39 | 0 | 0.08 | 210.33 | 0.82 | 0.56 |
| Hex | 35 | 8F | EB | 4D | 27 | 0 | 8 | D2 | 52 | 38 |
| Octal | 65 | 217 | 353 | 115 | 47 | 0 | 10 | 322 | 122 | 70 |
| Binary | 110101 | 10001111 | 11101011 | 1001101 | 100111 | 0 | 1000 | 11010010 | 1010010 | 111000 |
Color Harmonies of #358FEB
Complementary color
Monochromatic Colors of #358FEB
Black with #358FEB
Text Example
Text Example
White with #358FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358FEB; }
p { color: rgb(53,143,235); }
H1.HeaderClassName
{
color: #358FEB;
}
.AnyTagClassName
{
color: #358FEB;
}
</style>
background-color css
<style>
a { background-color: #358FEB; }
a { background-color: rgb(53,143,235); }
div.DivClassName
{
background-color: #358FEB;
}
.BgClassName
{
background-color: #358FEB;
}
</style>
border-color css
<style>
span { border-color: #358FEB; }
span { border-color: rgb(53,143,235); }
td.TdClassName
{
border-color: #358FEB;
}
.TagClassName
{
border-color: #358FEB;
}
</style>