Shades of Dodger Blue #3579FE
Tints of Dodger Blue #3579FE
RGB
CMYK
RGB Variations
Color information
#3579FE (or 0x3579FE) is known color: Dodger Blue. HEX triplet: 35, 79 and FE. RGB value is (53,121,254). Sum of RGB (Red+Green+Blue) = 53+121+254=428 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.38% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #3579FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3579FE is #CA8601. Grayscale: #737373. Windows color (decimal): -13272578 or 16677173. OLE color: 16677173.
HSL color Cylindrical-coordinate representation of color #3579FE: hue angle of 219.7º 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 #3579FE is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 121 | 254 | - |
| CMYK | 0.79 | 0.52 | 0 | 0.00 |
| HSL | 219.7º | 0.99% | 0.6% | - |
| HSV(B) | 219.7º | 0.79% | 1% | - |
| XYZ | 26.19 | 21.59 | 96.55 | - |
| YUV | 115.83 | 205.97 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 121 | 254 | 0.79 | 0.52 | 0 | 0.00 | 219.7 | 0.99 | 0.6 |
| Hex | 35 | 79 | FE | 4F | 34 | 0 | 0 | DC | 63 | 3C |
| Octal | 65 | 171 | 376 | 117 | 64 | 0 | 0 | 334 | 143 | 74 |
| Binary | 110101 | 1111001 | 11111110 | 1001111 | 110100 | 0 | 0 | 11011100 | 1100011 | 111100 |
Color Harmonies of #3579FE
Complementary color
Monochromatic Colors of #3579FE
Black with #3579FE
Text Example
Text Example
White with #3579FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3579FE; }
p { color: rgb(53,121,254); }
H1.HeaderClassName
{
color: #3579FE;
}
.AnyTagClassName
{
color: #3579FE;
}
</style>
background-color css
<style>
a { background-color: #3579FE; }
a { background-color: rgb(53,121,254); }
div.DivClassName
{
background-color: #3579FE;
}
.BgClassName
{
background-color: #3579FE;
}
</style>
border-color css
<style>
span { border-color: #3579FE; }
span { border-color: rgb(53,121,254); }
td.TdClassName
{
border-color: #3579FE;
}
.TagClassName
{
border-color: #3579FE;
}
</style>