Shades of Dodger Blue #359CFD
Tints of Dodger Blue #359CFD
RGB
CMYK
RGB Variations
Color information
#359CFD (or 0x359CFD) is known color: Dodger Blue. HEX triplet: 35, 9C and FD. RGB value is (53,156,253). Sum of RGB (Red+Green+Blue) = 53+156+253=462 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.47% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #359CFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359CFD is #CA6302. Grayscale: #878787. Windows color (decimal): -13263619 or 16620597. OLE color: 16620597.
HSL color Cylindrical-coordinate representation of color #359CFD: hue angle of 209.1º degrees, saturation: 0.98, 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 #359CFD is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 53 | 156 | 253 | - |
| CMYK | 0.79 | 0.38 | 0 | 0.01 |
| HSL | 209.1º | 0.98% | 0.6% | - |
| HSV(B) | 209.1º | 0.79% | 0.99% | - |
| XYZ | 31.09 | 31.63 | 97.39 | - |
| YUV | 136.26 | 193.88 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 156 | 253 | 0.79 | 0.38 | 0 | 0.01 | 209.1 | 0.98 | 0.6 |
| Hex | 35 | 9C | FD | 4F | 26 | 0 | 1 | D1 | 62 | 3C |
| Octal | 65 | 234 | 375 | 117 | 46 | 0 | 1 | 321 | 142 | 74 |
| Binary | 110101 | 10011100 | 11111101 | 1001111 | 100110 | 0 | 1 | 11010001 | 1100010 | 111100 |
Color Harmonies of #359CFD
Complementary color
Monochromatic Colors of #359CFD
Black with #359CFD
Text Example
Text Example
White with #359CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359CFD; }
p { color: rgb(53,156,253); }
H1.HeaderClassName
{
color: #359CFD;
}
.AnyTagClassName
{
color: #359CFD;
}
</style>
background-color css
<style>
a { background-color: #359CFD; }
a { background-color: rgb(53,156,253); }
div.DivClassName
{
background-color: #359CFD;
}
.BgClassName
{
background-color: #359CFD;
}
</style>
border-color css
<style>
span { border-color: #359CFD; }
span { border-color: rgb(53,156,253); }
td.TdClassName
{
border-color: #359CFD;
}
.TagClassName
{
border-color: #359CFD;
}
</style>