Shades of Dodger Blue #358CFC
Tints of Dodger Blue #358CFC
RGB
CMYK
RGB Variations
Color information
#358CFC (or 0x358CFC) is known color: Dodger Blue. HEX triplet: 35, 8C and FC. RGB value is (53,140,252). Sum of RGB (Red+Green+Blue) = 53+140+252=445 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.91% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #358CFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358CFC is #CA7303. Grayscale: #7E7E7E. Windows color (decimal): -13267716 or 16550965. OLE color: 16550965.
HSL color Cylindrical-coordinate representation of color #358CFC: hue angle of 213.77º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #358CFC is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 53 | 140 | 252 | - |
| CMYK | 0.79 | 0.44 | 0 | 0.01 |
| HSL | 213.77º | 0.97% | 0.6% | - |
| HSV(B) | 213.77º | 0.79% | 0.99% | - |
| XYZ | 28.42 | 26.54 | 95.72 | - |
| YUV | 126.76 | 198.68 | 75.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 140 | 252 | 0.79 | 0.44 | 0 | 0.01 | 213.77 | 0.97 | 0.6 |
| Hex | 35 | 8C | FC | 4F | 2C | 0 | 1 | D6 | 61 | 3C |
| Octal | 65 | 214 | 374 | 117 | 54 | 0 | 1 | 326 | 141 | 74 |
| Binary | 110101 | 10001100 | 11111100 | 1001111 | 101100 | 0 | 1 | 11010110 | 1100001 | 111100 |
Color Harmonies of #358CFC
Complementary color
Monochromatic Colors of #358CFC
Black with #358CFC
Text Example
Text Example
White with #358CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358CFC; }
p { color: rgb(53,140,252); }
H1.HeaderClassName
{
color: #358CFC;
}
.AnyTagClassName
{
color: #358CFC;
}
</style>
background-color css
<style>
a { background-color: #358CFC; }
a { background-color: rgb(53,140,252); }
div.DivClassName
{
background-color: #358CFC;
}
.BgClassName
{
background-color: #358CFC;
}
</style>
border-color css
<style>
span { border-color: #358CFC; }
span { border-color: rgb(53,140,252); }
td.TdClassName
{
border-color: #358CFC;
}
.TagClassName
{
border-color: #358CFC;
}
</style>