Shades of Dodger Blue #359DF8
Tints of Dodger Blue #359DF8
RGB
CMYK
RGB Variations
Color information
#359DF8 (or 0x359DF8) is known color: Dodger Blue. HEX triplet: 35, 9D and F8. RGB value is (53,157,248). Sum of RGB (Red+Green+Blue) = 53+157+248=458 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.57% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 248 (97.27% from 255 or 54.15% from 458); Max value from RGB is 248 - color contains mainly: blue. Hex color #359DF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359DF8 is #CA6207. Grayscale: #878787. Windows color (decimal): -13263368 or 16293173. OLE color: 16293173.
HSL color Cylindrical-coordinate representation of color #359DF8: hue angle of 208º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #359DF8 is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 53 | 157 | 248 | - |
| CMYK | 0.79 | 0.37 | 0 | 0.03 |
| HSL | 208º | 0.93% | 0.59% | - |
| HSV(B) | 208º | 0.79% | 0.97% | - |
| XYZ | 30.47 | 31.65 | 93.31 | - |
| YUV | 136.28 | 191.04 | 68.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 157 | 248 | 0.79 | 0.37 | 0 | 0.03 | 208 | 0.93 | 0.59 |
| Hex | 35 | 9D | F8 | 4F | 25 | 0 | 3 | D0 | 5D | 3B |
| Octal | 65 | 235 | 370 | 117 | 45 | 0 | 3 | 320 | 135 | 73 |
| Binary | 110101 | 10011101 | 11111000 | 1001111 | 100101 | 0 | 11 | 11010000 | 1011101 | 111011 |
Color Harmonies of #359DF8
Complementary color
Monochromatic Colors of #359DF8
Black with #359DF8
Text Example
Text Example
White with #359DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359DF8; }
p { color: rgb(53,157,248); }
H1.HeaderClassName
{
color: #359DF8;
}
.AnyTagClassName
{
color: #359DF8;
}
</style>
background-color css
<style>
a { background-color: #359DF8; }
a { background-color: rgb(53,157,248); }
div.DivClassName
{
background-color: #359DF8;
}
.BgClassName
{
background-color: #359DF8;
}
</style>
border-color css
<style>
span { border-color: #359DF8; }
span { border-color: rgb(53,157,248); }
td.TdClassName
{
border-color: #359DF8;
}
.TagClassName
{
border-color: #359DF8;
}
</style>