Shades of Dodger Blue #358FF7
Tints of Dodger Blue #358FF7
RGB
CMYK
RGB Variations
Color information
#358FF7 (or 0x358FF7) is known color: Dodger Blue. HEX triplet: 35, 8F and F7. RGB value is (53,143,247). Sum of RGB (Red+Green+Blue) = 53+143+247=443 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.96% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 247 (96.88% from 255 or 55.76% from 443); Max value from RGB is 247 - color contains mainly: blue. Hex color #358FF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358FF7 is #CA7008. Grayscale: #7F7F7F. Windows color (decimal): -13266953 or 16224053. OLE color: 16224053.
HSL color Cylindrical-coordinate representation of color #358FF7: hue angle of 212.16º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #358FF7 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 53 | 143 | 247 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.03 |
| HSL | 212.16º | 0.92% | 0.59% | - |
| HSV(B) | 212.16º | 0.79% | 0.97% | - |
| XYZ | 28.08 | 27.12 | 91.75 | - |
| YUV | 127.95 | 195.18 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 247 | 0.79 | 0.42 | 0 | 0.03 | 212.16 | 0.92 | 0.59 |
| Hex | 35 | 8F | F7 | 4F | 2A | 0 | 3 | D4 | 5C | 3B |
| Octal | 65 | 217 | 367 | 117 | 52 | 0 | 3 | 324 | 134 | 73 |
| Binary | 110101 | 10001111 | 11110111 | 1001111 | 101010 | 0 | 11 | 11010100 | 1011100 | 111011 |
Color Harmonies of #358FF7
Complementary color
Monochromatic Colors of #358FF7
Black with #358FF7
Text Example
Text Example
White with #358FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358FF7; }
p { color: rgb(53,143,247); }
H1.HeaderClassName
{
color: #358FF7;
}
.AnyTagClassName
{
color: #358FF7;
}
</style>
background-color css
<style>
a { background-color: #358FF7; }
a { background-color: rgb(53,143,247); }
div.DivClassName
{
background-color: #358FF7;
}
.BgClassName
{
background-color: #358FF7;
}
</style>
border-color css
<style>
span { border-color: #358FF7; }
span { border-color: rgb(53,143,247); }
td.TdClassName
{
border-color: #358FF7;
}
.TagClassName
{
border-color: #358FF7;
}
</style>