Shades of Dodger Blue #359CFE
Tints of Dodger Blue #359CFE
RGB
CMYK
RGB Variations
Color information
#359CFE (or 0x359CFE) is known color: Dodger Blue. HEX triplet: 35, 9C and FE. RGB value is (53,156,254). Sum of RGB (Red+Green+Blue) = 53+156+254=463 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.45% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #359CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359CFE is #CA6301. Grayscale: #878787. Windows color (decimal): -13263618 or 16686133. OLE color: 16686133.
HSL color Cylindrical-coordinate representation of color #359CFE: hue angle of 209.25º 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 #359CFE is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 156 | 254 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.00 |
| HSL | 209.25º | 0.99% | 0.6% | - |
| HSV(B) | 209.25º | 0.79% | 1% | - |
| XYZ | 31.25 | 31.69 | 98.24 | - |
| YUV | 136.38 | 194.38 | 68.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 156 | 254 | 0.79 | 0.39 | 0 | 0.00 | 209.25 | 0.99 | 0.6 |
| Hex | 35 | 9C | FE | 4F | 27 | 0 | 0 | D1 | 63 | 3C |
| Octal | 65 | 234 | 376 | 117 | 47 | 0 | 0 | 321 | 143 | 74 |
| Binary | 110101 | 10011100 | 11111110 | 1001111 | 100111 | 0 | 0 | 11010001 | 1100011 | 111100 |
Color Harmonies of #359CFE
Complementary color
Monochromatic Colors of #359CFE
Black with #359CFE
Text Example
Text Example
White with #359CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359CFE; }
p { color: rgb(53,156,254); }
H1.HeaderClassName
{
color: #359CFE;
}
.AnyTagClassName
{
color: #359CFE;
}
</style>
background-color css
<style>
a { background-color: #359CFE; }
a { background-color: rgb(53,156,254); }
div.DivClassName
{
background-color: #359CFE;
}
.BgClassName
{
background-color: #359CFE;
}
</style>
border-color css
<style>
span { border-color: #359CFE; }
span { border-color: rgb(53,156,254); }
td.TdClassName
{
border-color: #359CFE;
}
.TagClassName
{
border-color: #359CFE;
}
</style>