Shades of Dodger Blue #358BE0
Tints of Dodger Blue #358BE0
RGB
CMYK
RGB Variations
Color information
#358BE0 (or 0x358BE0) is known color: Dodger Blue. HEX triplet: 35, 8B and E0. RGB value is (53,139,224). Sum of RGB (Red+Green+Blue) = 53+139+224=416 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.74% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 224 (87.89% from 255 or 53.85% from 416); Max value from RGB is 224 - color contains mainly: blue. Hex color #358BE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358BE0 is #CA741F. Grayscale: #7A7A7A. Windows color (decimal): -13268000 or 14715701. OLE color: 14715701.
HSL color Cylindrical-coordinate representation of color #358BE0: hue angle of 209.82º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #358BE0 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 139 | 224 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.12 |
| HSL | 209.82º | 0.73% | 0.54% | - |
| HSV(B) | 209.82º | 0.76% | 0.88% | - |
| XYZ | 24.16 | 24.6 | 74 | - |
| YUV | 122.98 | 185.01 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 139 | 224 | 0.76 | 0.38 | 0 | 0.12 | 209.82 | 0.73 | 0.54 |
| Hex | 35 | 8B | E0 | 4C | 26 | 0 | C | D2 | 49 | 36 |
| Octal | 65 | 213 | 340 | 114 | 46 | 0 | 14 | 322 | 111 | 66 |
| Binary | 110101 | 10001011 | 11100000 | 1001100 | 100110 | 0 | 1100 | 11010010 | 1001001 | 110110 |
Color Harmonies of #358BE0
Complementary color
Monochromatic Colors of #358BE0
Black with #358BE0
Text Example
Text Example
White with #358BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358BE0; }
p { color: rgb(53,139,224); }
H1.HeaderClassName
{
color: #358BE0;
}
.AnyTagClassName
{
color: #358BE0;
}
</style>
background-color css
<style>
a { background-color: #358BE0; }
a { background-color: rgb(53,139,224); }
div.DivClassName
{
background-color: #358BE0;
}
.BgClassName
{
background-color: #358BE0;
}
</style>
border-color css
<style>
span { border-color: #358BE0; }
span { border-color: rgb(53,139,224); }
td.TdClassName
{
border-color: #358BE0;
}
.TagClassName
{
border-color: #358BE0;
}
</style>