Shades of Dodger Blue #359DFF
Tints of Dodger Blue #359DFF
RGB
CMYK
RGB Variations
Color information
#359DFF (or 0x359DFF) is known color: Dodger Blue. HEX triplet: 35, 9D and FF. RGB value is (53,157,255). Sum of RGB (Red+Green+Blue) = 53+157+255=465 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.40% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #359DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359DFF is #CA6200. Grayscale: #888888. Windows color (decimal): -13263361 or 16751925. OLE color: 16751925.
HSL color Cylindrical-coordinate representation of color #359DFF: hue angle of 209.11º 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 #359DFF is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 157 | 255 | - |
| CMYK | 0.79 | 0.38 | 0 | 0 |
| HSL | 209.11º | 1% | 0.6% | - |
| HSV(B) | 209.11º | 0.79% | 1% | - |
| XYZ | 31.58 | 32.09 | 99.14 | - |
| YUV | 137.08 | 194.54 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 157 | 255 | 0.79 | 0.38 | 0 | 0 | 209.11 | 1 | 0.6 |
| Hex | 35 | 9D | FF | 4F | 26 | 0 | 0 | D1 | 64 | 3C |
| Octal | 65 | 235 | 377 | 117 | 46 | 0 | 0 | 321 | 144 | 74 |
| Binary | 110101 | 10011101 | 11111111 | 1001111 | 100110 | 0 | 0 | 11010001 | 1100100 | 111100 |
Color Harmonies of #359DFF
Complementary color
Monochromatic Colors of #359DFF
Black with #359DFF
Text Example
Text Example
White with #359DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359DFF; }
p { color: rgb(53,157,255); }
H1.HeaderClassName
{
color: #359DFF;
}
.AnyTagClassName
{
color: #359DFF;
}
</style>
background-color css
<style>
a { background-color: #359DFF; }
a { background-color: rgb(53,157,255); }
div.DivClassName
{
background-color: #359DFF;
}
.BgClassName
{
background-color: #359DFF;
}
</style>
border-color css
<style>
span { border-color: #359DFF; }
span { border-color: rgb(53,157,255); }
td.TdClassName
{
border-color: #359DFF;
}
.TagClassName
{
border-color: #359DFF;
}
</style>