Shades of Dodger Blue #358ADF
Tints of Dodger Blue #358ADF
RGB
CMYK
RGB Variations
Color information
#358ADF (or 0x358ADF) is known color: Dodger Blue. HEX triplet: 35, 8A and DF. RGB value is (53,138,223). Sum of RGB (Red+Green+Blue) = 53+138+223=414 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.80% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #358ADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358ADF is #CA7520. Grayscale: #797979. Windows color (decimal): -13268257 or 14649909. OLE color: 14649909.
HSL color Cylindrical-coordinate representation of color #358ADF: hue angle of 210º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #358ADF is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 138 | 223 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.13 |
| HSL | 210º | 0.73% | 0.54% | - |
| HSV(B) | 210º | 0.76% | 0.87% | - |
| XYZ | 23.88 | 24.26 | 73.24 | - |
| YUV | 122.28 | 184.84 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 138 | 223 | 0.76 | 0.38 | 0 | 0.13 | 210 | 0.73 | 0.54 |
| Hex | 35 | 8A | DF | 4C | 26 | 0 | D | D2 | 49 | 36 |
| Octal | 65 | 212 | 337 | 114 | 46 | 0 | 15 | 322 | 111 | 66 |
| Binary | 110101 | 10001010 | 11011111 | 1001100 | 100110 | 0 | 1101 | 11010010 | 1001001 | 110110 |
Color Harmonies of #358ADF
Complementary color
Monochromatic Colors of #358ADF
Black with #358ADF
Text Example
Text Example
White with #358ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358ADF; }
p { color: rgb(53,138,223); }
H1.HeaderClassName
{
color: #358ADF;
}
.AnyTagClassName
{
color: #358ADF;
}
</style>
background-color css
<style>
a { background-color: #358ADF; }
a { background-color: rgb(53,138,223); }
div.DivClassName
{
background-color: #358ADF;
}
.BgClassName
{
background-color: #358ADF;
}
</style>
border-color css
<style>
span { border-color: #358ADF; }
span { border-color: rgb(53,138,223); }
td.TdClassName
{
border-color: #358ADF;
}
.TagClassName
{
border-color: #358ADF;
}
</style>