Shades of Dodger Blue #358BFE
Tints of Dodger Blue #358BFE
RGB
CMYK
RGB Variations
Color information
#358BFE (or 0x358BFE) is known color: Dodger Blue. HEX triplet: 35, 8B and FE. RGB value is (53,139,254). Sum of RGB (Red+Green+Blue) = 53+139+254=446 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.88% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #358BFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358BFE is #CA7401. Grayscale: #7D7D7D. Windows color (decimal): -13267970 or 16681781. OLE color: 16681781.
HSL color Cylindrical-coordinate representation of color #358BFE: hue angle of 214.33º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #358BFE is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 139 | 254 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.00 |
| HSL | 214.33º | 0.99% | 0.6% | - |
| HSV(B) | 214.33º | 0.79% | 1% | - |
| XYZ | 28.59 | 26.38 | 97.35 | - |
| YUV | 126.4 | 200.01 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 139 | 254 | 0.79 | 0.45 | 0 | 0.00 | 214.33 | 0.99 | 0.6 |
| Hex | 35 | 8B | FE | 4F | 2D | 0 | 0 | D6 | 63 | 3C |
| Octal | 65 | 213 | 376 | 117 | 55 | 0 | 0 | 326 | 143 | 74 |
| Binary | 110101 | 10001011 | 11111110 | 1001111 | 101101 | 0 | 0 | 11010110 | 1100011 | 111100 |
Color Harmonies of #358BFE
Complementary color
Monochromatic Colors of #358BFE
Black with #358BFE
Text Example
Text Example
White with #358BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358BFE; }
p { color: rgb(53,139,254); }
H1.HeaderClassName
{
color: #358BFE;
}
.AnyTagClassName
{
color: #358BFE;
}
</style>
background-color css
<style>
a { background-color: #358BFE; }
a { background-color: rgb(53,139,254); }
div.DivClassName
{
background-color: #358BFE;
}
.BgClassName
{
background-color: #358BFE;
}
</style>
border-color css
<style>
span { border-color: #358BFE; }
span { border-color: rgb(53,139,254); }
td.TdClassName
{
border-color: #358BFE;
}
.TagClassName
{
border-color: #358BFE;
}
</style>