Shades of Dodger Blue #359EFF
Tints of Dodger Blue #359EFF
RGB
CMYK
RGB Variations
Color information
#359EFF (or 0x359EFF) is known color: Dodger Blue. HEX triplet: 35, 9E and FF. RGB value is (53,158,255). Sum of RGB (Red+Green+Blue) = 53+158+255=466 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.37% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #359EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359EFF is #CA6100. Grayscale: #898989. Windows color (decimal): -13263105 or 16752181. OLE color: 16752181.
HSL color Cylindrical-coordinate representation of color #359EFF: hue angle of 208.81º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #359EFF is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 158 | 255 | - |
| CMYK | 0.79 | 0.38 | 0 | 0 |
| HSL | 208.81º | 1% | 0.6% | - |
| HSV(B) | 208.81º | 0.79% | 1% | - |
| XYZ | 31.75 | 32.43 | 99.19 | - |
| YUV | 137.66 | 194.21 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 158 | 255 | 0.79 | 0.38 | 0 | 0 | 208.81 | 1 | 0.6 |
| Hex | 35 | 9E | FF | 4F | 26 | 0 | 0 | D1 | 64 | 3C |
| Octal | 65 | 236 | 377 | 117 | 46 | 0 | 0 | 321 | 144 | 74 |
| Binary | 110101 | 10011110 | 11111111 | 1001111 | 100110 | 0 | 0 | 11010001 | 1100100 | 111100 |
Color Harmonies of #359EFF
Complementary color
Monochromatic Colors of #359EFF
Black with #359EFF
Text Example
Text Example
White with #359EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359EFF; }
p { color: rgb(53,158,255); }
H1.HeaderClassName
{
color: #359EFF;
}
.AnyTagClassName
{
color: #359EFF;
}
</style>
background-color css
<style>
a { background-color: #359EFF; }
a { background-color: rgb(53,158,255); }
div.DivClassName
{
background-color: #359EFF;
}
.BgClassName
{
background-color: #359EFF;
}
</style>
border-color css
<style>
span { border-color: #359EFF; }
span { border-color: rgb(53,158,255); }
td.TdClassName
{
border-color: #359EFF;
}
.TagClassName
{
border-color: #359EFF;
}
</style>