Shades of Dodger Blue #359DFE
Tints of Dodger Blue #359DFE
RGB
CMYK
RGB Variations
Color information
#359DFE (or 0x359DFE) is known color: Dodger Blue. HEX triplet: 35, 9D and FE. RGB value is (53,157,254). Sum of RGB (Red+Green+Blue) = 53+157+254=464 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.42% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #359DFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359DFE is #CA6201. Grayscale: #888888. Windows color (decimal): -13263362 or 16686389. OLE color: 16686389.
HSL color Cylindrical-coordinate representation of color #359DFE: hue angle of 208.96º 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 #359DFE is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 157 | 254 | - |
| CMYK | 0.79 | 0.38 | 0 | 0.00 |
| HSL | 208.96º | 0.99% | 0.6% | - |
| HSV(B) | 208.96º | 0.79% | 1% | - |
| XYZ | 31.41 | 32.03 | 98.29 | - |
| YUV | 136.96 | 194.04 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 157 | 254 | 0.79 | 0.38 | 0 | 0.00 | 208.96 | 0.99 | 0.6 |
| Hex | 35 | 9D | FE | 4F | 26 | 0 | 0 | D1 | 63 | 3C |
| Octal | 65 | 235 | 376 | 117 | 46 | 0 | 0 | 321 | 143 | 74 |
| Binary | 110101 | 10011101 | 11111110 | 1001111 | 100110 | 0 | 0 | 11010001 | 1100011 | 111100 |
Color Harmonies of #359DFE
Complementary color
Monochromatic Colors of #359DFE
Black with #359DFE
Text Example
Text Example
White with #359DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359DFE; }
p { color: rgb(53,157,254); }
H1.HeaderClassName
{
color: #359DFE;
}
.AnyTagClassName
{
color: #359DFE;
}
</style>
background-color css
<style>
a { background-color: #359DFE; }
a { background-color: rgb(53,157,254); }
div.DivClassName
{
background-color: #359DFE;
}
.BgClassName
{
background-color: #359DFE;
}
</style>
border-color css
<style>
span { border-color: #359DFE; }
span { border-color: rgb(53,157,254); }
td.TdClassName
{
border-color: #359DFE;
}
.TagClassName
{
border-color: #359DFE;
}
</style>