Shades of Dodger Blue #359CFC
Tints of Dodger Blue #359CFC
RGB
CMYK
RGB Variations
Color information
#359CFC (or 0x359CFC) is known color: Dodger Blue. HEX triplet: 35, 9C and FC. RGB value is (53,156,252). Sum of RGB (Red+Green+Blue) = 53+156+252=461 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.50% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #359CFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359CFC is #CA6303. Grayscale: #878787. Windows color (decimal): -13263620 or 16555061. OLE color: 16555061.
HSL color Cylindrical-coordinate representation of color #359CFC: hue angle of 208.94º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #359CFC is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 53 | 156 | 252 | - |
| CMYK | 0.79 | 0.38 | 0 | 0.01 |
| HSL | 208.94º | 0.97% | 0.6% | - |
| HSV(B) | 208.94º | 0.79% | 0.99% | - |
| XYZ | 30.93 | 31.56 | 96.56 | - |
| YUV | 136.15 | 193.38 | 68.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 156 | 252 | 0.79 | 0.38 | 0 | 0.01 | 208.94 | 0.97 | 0.6 |
| Hex | 35 | 9C | FC | 4F | 26 | 0 | 1 | D1 | 61 | 3C |
| Octal | 65 | 234 | 374 | 117 | 46 | 0 | 1 | 321 | 141 | 74 |
| Binary | 110101 | 10011100 | 11111100 | 1001111 | 100110 | 0 | 1 | 11010001 | 1100001 | 111100 |
Color Harmonies of #359CFC
Complementary color
Monochromatic Colors of #359CFC
Black with #359CFC
Text Example
Text Example
White with #359CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359CFC; }
p { color: rgb(53,156,252); }
H1.HeaderClassName
{
color: #359CFC;
}
.AnyTagClassName
{
color: #359CFC;
}
</style>
background-color css
<style>
a { background-color: #359CFC; }
a { background-color: rgb(53,156,252); }
div.DivClassName
{
background-color: #359CFC;
}
.BgClassName
{
background-color: #359CFC;
}
</style>
border-color css
<style>
span { border-color: #359CFC; }
span { border-color: rgb(53,156,252); }
td.TdClassName
{
border-color: #359CFC;
}
.TagClassName
{
border-color: #359CFC;
}
</style>