Shades of Dodger Blue #359FFE
Tints of Dodger Blue #359FFE
RGB
CMYK
RGB Variations
Color information
#359FFE (or 0x359FFE) is known color: Dodger Blue. HEX triplet: 35, 9F and FE. RGB value is (53,159,254). Sum of RGB (Red+Green+Blue) = 53+159+254=466 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.37% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #359FFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359FFE is #CA6001. Grayscale: #898989. Windows color (decimal): -13262850 or 16686901. OLE color: 16686901.
HSL color Cylindrical-coordinate representation of color #359FFE: hue angle of 208.36º 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 #359FFE is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 159 | 254 | - |
| CMYK | 0.79 | 0.37 | 0 | 0.00 |
| HSL | 208.36º | 0.99% | 0.6% | - |
| HSV(B) | 208.36º | 0.79% | 1% | - |
| XYZ | 31.76 | 32.71 | 98.41 | - |
| YUV | 138.14 | 193.38 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 159 | 254 | 0.79 | 0.37 | 0 | 0.00 | 208.36 | 0.99 | 0.6 |
| Hex | 35 | 9F | FE | 4F | 25 | 0 | 0 | D0 | 63 | 3C |
| Octal | 65 | 237 | 376 | 117 | 45 | 0 | 0 | 320 | 143 | 74 |
| Binary | 110101 | 10011111 | 11111110 | 1001111 | 100101 | 0 | 0 | 11010000 | 1100011 | 111100 |
Color Harmonies of #359FFE
Complementary color
Monochromatic Colors of #359FFE
Black with #359FFE
Text Example
Text Example
White with #359FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359FFE; }
p { color: rgb(53,159,254); }
H1.HeaderClassName
{
color: #359FFE;
}
.AnyTagClassName
{
color: #359FFE;
}
</style>
background-color css
<style>
a { background-color: #359FFE; }
a { background-color: rgb(53,159,254); }
div.DivClassName
{
background-color: #359FFE;
}
.BgClassName
{
background-color: #359FFE;
}
</style>
border-color css
<style>
span { border-color: #359FFE; }
span { border-color: rgb(53,159,254); }
td.TdClassName
{
border-color: #359FFE;
}
.TagClassName
{
border-color: #359FFE;
}
</style>