Shades of Dodger Blue #358FFB
Tints of Dodger Blue #358FFB
RGB
CMYK
RGB Variations
Color information
#358FFB (or 0x358FFB) is known color: Dodger Blue. HEX triplet: 35, 8F and FB. RGB value is (53,143,251). Sum of RGB (Red+Green+Blue) = 53+143+251=447 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.86% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #358FFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358FFB is #CA7004. Grayscale: #7F7F7F. Windows color (decimal): -13266949 or 16486197. OLE color: 16486197.
HSL color Cylindrical-coordinate representation of color #358FFB: hue angle of 212.73º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #358FFB is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 53 | 143 | 251 | - |
| CMYK | 0.79 | 0.43 | 0 | 0.02 |
| HSL | 212.73º | 0.96% | 0.6% | - |
| HSV(B) | 212.73º | 0.79% | 0.98% | - |
| XYZ | 28.7 | 27.37 | 95.04 | - |
| YUV | 128.4 | 197.18 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 251 | 0.79 | 0.43 | 0 | 0.02 | 212.73 | 0.96 | 0.6 |
| Hex | 35 | 8F | FB | 4F | 2B | 0 | 2 | D5 | 60 | 3C |
| Octal | 65 | 217 | 373 | 117 | 53 | 0 | 2 | 325 | 140 | 74 |
| Binary | 110101 | 10001111 | 11111011 | 1001111 | 101011 | 0 | 10 | 11010101 | 1100000 | 111100 |
Color Harmonies of #358FFB
Complementary color
Monochromatic Colors of #358FFB
Black with #358FFB
Text Example
Text Example
White with #358FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358FFB; }
p { color: rgb(53,143,251); }
H1.HeaderClassName
{
color: #358FFB;
}
.AnyTagClassName
{
color: #358FFB;
}
</style>
background-color css
<style>
a { background-color: #358FFB; }
a { background-color: rgb(53,143,251); }
div.DivClassName
{
background-color: #358FFB;
}
.BgClassName
{
background-color: #358FFB;
}
</style>
border-color css
<style>
span { border-color: #358FFB; }
span { border-color: rgb(53,143,251); }
td.TdClassName
{
border-color: #358FFB;
}
.TagClassName
{
border-color: #358FFB;
}
</style>