Shades of Dodger Blue #358FF2
Tints of Dodger Blue #358FF2
RGB
CMYK
RGB Variations
Color information
#358FF2 (or 0x358FF2) is known color: Dodger Blue. HEX triplet: 35, 8F and F2. RGB value is (53,143,242). Sum of RGB (Red+Green+Blue) = 53+143+242=438 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.10% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 242 (94.92% from 255 or 55.25% from 438); Max value from RGB is 242 - color contains mainly: blue. Hex color #358FF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358FF2 is #CA700D. Grayscale: #7E7E7E. Windows color (decimal): -13266958 or 15896373. OLE color: 15896373.
HSL color Cylindrical-coordinate representation of color #358FF2: hue angle of 211.43º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #358FF2 is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 53 | 143 | 242 | - |
| CMYK | 0.78 | 0.41 | 0 | 0.05 |
| HSL | 211.43º | 0.88% | 0.58% | - |
| HSV(B) | 211.43º | 0.78% | 0.95% | - |
| XYZ | 27.32 | 26.81 | 87.74 | - |
| YUV | 127.38 | 192.68 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 242 | 0.78 | 0.41 | 0 | 0.05 | 211.43 | 0.88 | 0.58 |
| Hex | 35 | 8F | F2 | 4E | 29 | 0 | 5 | D3 | 58 | 3A |
| Octal | 65 | 217 | 362 | 116 | 51 | 0 | 5 | 323 | 130 | 72 |
| Binary | 110101 | 10001111 | 11110010 | 1001110 | 101001 | 0 | 101 | 11010011 | 1011000 | 111010 |
Color Harmonies of #358FF2
Complementary color
Monochromatic Colors of #358FF2
Black with #358FF2
Text Example
Text Example
White with #358FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358FF2; }
p { color: rgb(53,143,242); }
H1.HeaderClassName
{
color: #358FF2;
}
.AnyTagClassName
{
color: #358FF2;
}
</style>
background-color css
<style>
a { background-color: #358FF2; }
a { background-color: rgb(53,143,242); }
div.DivClassName
{
background-color: #358FF2;
}
.BgClassName
{
background-color: #358FF2;
}
</style>
border-color css
<style>
span { border-color: #358FF2; }
span { border-color: rgb(53,143,242); }
td.TdClassName
{
border-color: #358FF2;
}
.TagClassName
{
border-color: #358FF2;
}
</style>