Shades of Dodger Blue #358BE3
Tints of Dodger Blue #358BE3
RGB
CMYK
RGB Variations
Color information
#358BE3 (or 0x358BE3) is known color: Dodger Blue. HEX triplet: 35, 8B and E3. RGB value is (53,139,227). Sum of RGB (Red+Green+Blue) = 53+139+227=419 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.65% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 227 (89.06% from 255 or 54.18% from 419); Max value from RGB is 227 - color contains mainly: blue. Hex color #358BE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358BE3 is #CA741C. Grayscale: #7A7A7A. Windows color (decimal): -13267997 or 14912309. OLE color: 14912309.
HSL color Cylindrical-coordinate representation of color #358BE3: hue angle of 210.34º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #358BE3 is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 139 | 227 | - |
| CMYK | 0.77 | 0.39 | 0 | 0.11 |
| HSL | 210.34º | 0.76% | 0.55% | - |
| HSV(B) | 210.34º | 0.77% | 0.89% | - |
| XYZ | 24.57 | 24.77 | 76.16 | - |
| YUV | 123.32 | 186.51 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 139 | 227 | 0.77 | 0.39 | 0 | 0.11 | 210.34 | 0.76 | 0.55 |
| Hex | 35 | 8B | E3 | 4D | 27 | 0 | B | D2 | 4C | 37 |
| Octal | 65 | 213 | 343 | 115 | 47 | 0 | 13 | 322 | 114 | 67 |
| Binary | 110101 | 10001011 | 11100011 | 1001101 | 100111 | 0 | 1011 | 11010010 | 1001100 | 110111 |
Color Harmonies of #358BE3
Complementary color
Monochromatic Colors of #358BE3
Black with #358BE3
Text Example
Text Example
White with #358BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358BE3; }
p { color: rgb(53,139,227); }
H1.HeaderClassName
{
color: #358BE3;
}
.AnyTagClassName
{
color: #358BE3;
}
</style>
background-color css
<style>
a { background-color: #358BE3; }
a { background-color: rgb(53,139,227); }
div.DivClassName
{
background-color: #358BE3;
}
.BgClassName
{
background-color: #358BE3;
}
</style>
border-color css
<style>
span { border-color: #358BE3; }
span { border-color: rgb(53,139,227); }
td.TdClassName
{
border-color: #358BE3;
}
.TagClassName
{
border-color: #358BE3;
}
</style>