Shades of Dodger Blue #358BFD
Tints of Dodger Blue #358BFD
RGB
CMYK
RGB Variations
Color information
#358BFD (or 0x358BFD) is known color: Dodger Blue. HEX triplet: 35, 8B and FD. RGB value is (53,139,253). Sum of RGB (Red+Green+Blue) = 53+139+253=445 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.91% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #358BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358BFD is #CA7402. Grayscale: #7D7D7D. Windows color (decimal): -13267971 or 16616245. OLE color: 16616245.
HSL color Cylindrical-coordinate representation of color #358BFD: hue angle of 214.2º degrees, saturation: 0.98, 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 #358BFD is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 53 | 139 | 253 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.01 |
| HSL | 214.2º | 0.98% | 0.6% | - |
| HSV(B) | 214.2º | 0.79% | 0.99% | - |
| XYZ | 28.43 | 26.31 | 96.51 | - |
| YUV | 126.28 | 199.51 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 139 | 253 | 0.79 | 0.45 | 0 | 0.01 | 214.2 | 0.98 | 0.6 |
| Hex | 35 | 8B | FD | 4F | 2D | 0 | 1 | D6 | 62 | 3C |
| Octal | 65 | 213 | 375 | 117 | 55 | 0 | 1 | 326 | 142 | 74 |
| Binary | 110101 | 10001011 | 11111101 | 1001111 | 101101 | 0 | 1 | 11010110 | 1100010 | 111100 |
Color Harmonies of #358BFD
Complementary color
Monochromatic Colors of #358BFD
Black with #358BFD
Text Example
Text Example
White with #358BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358BFD; }
p { color: rgb(53,139,253); }
H1.HeaderClassName
{
color: #358BFD;
}
.AnyTagClassName
{
color: #358BFD;
}
</style>
background-color css
<style>
a { background-color: #358BFD; }
a { background-color: rgb(53,139,253); }
div.DivClassName
{
background-color: #358BFD;
}
.BgClassName
{
background-color: #358BFD;
}
</style>
border-color css
<style>
span { border-color: #358BFD; }
span { border-color: rgb(53,139,253); }
td.TdClassName
{
border-color: #358BFD;
}
.TagClassName
{
border-color: #358BFD;
}
</style>