Shades of Dodger Blue #358AF6
Tints of Dodger Blue #358AF6
RGB
CMYK
RGB Variations
Color information
#358AF6 (or 0x358AF6) is known color: Dodger Blue. HEX triplet: 35, 8A and F6. RGB value is (53,138,246). Sum of RGB (Red+Green+Blue) = 53+138+246=437 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.13% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 246 (96.48% from 255 or 56.29% from 437); Max value from RGB is 246 - color contains mainly: blue. Hex color #358AF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358AF6 is #CA7509. Grayscale: #7C7C7C. Windows color (decimal): -13268234 or 16157237. OLE color: 16157237.
HSL color Cylindrical-coordinate representation of color #358AF6: hue angle of 213.58º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #358AF6 is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 53 | 138 | 246 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.04 |
| HSL | 213.58º | 0.91% | 0.59% | - |
| HSV(B) | 213.58º | 0.78% | 0.96% | - |
| XYZ | 27.19 | 25.59 | 90.69 | - |
| YUV | 124.9 | 196.34 | 76.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 138 | 246 | 0.78 | 0.44 | 0 | 0.04 | 213.58 | 0.91 | 0.59 |
| Hex | 35 | 8A | F6 | 4E | 2C | 0 | 4 | D6 | 5B | 3B |
| Octal | 65 | 212 | 366 | 116 | 54 | 0 | 4 | 326 | 133 | 73 |
| Binary | 110101 | 10001010 | 11110110 | 1001110 | 101100 | 0 | 100 | 11010110 | 1011011 | 111011 |
Color Harmonies of #358AF6
Complementary color
Monochromatic Colors of #358AF6
Black with #358AF6
Text Example
Text Example
White with #358AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358AF6; }
p { color: rgb(53,138,246); }
H1.HeaderClassName
{
color: #358AF6;
}
.AnyTagClassName
{
color: #358AF6;
}
</style>
background-color css
<style>
a { background-color: #358AF6; }
a { background-color: rgb(53,138,246); }
div.DivClassName
{
background-color: #358AF6;
}
.BgClassName
{
background-color: #358AF6;
}
</style>
border-color css
<style>
span { border-color: #358AF6; }
span { border-color: rgb(53,138,246); }
td.TdClassName
{
border-color: #358AF6;
}
.TagClassName
{
border-color: #358AF6;
}
</style>