Shades of Dodger Blue #3580FE
Tints of Dodger Blue #3580FE
RGB
CMYK
RGB Variations
Color information
#3580FE (or 0x3580FE) is known color: Dodger Blue. HEX triplet: 35, 80 and FE. RGB value is (53,128,254). Sum of RGB (Red+Green+Blue) = 53+128+254=435 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.18% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #3580FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3580FE is #CA7F01. Grayscale: #777777. Windows color (decimal): -13270786 or 16678965. OLE color: 16678965.
HSL color Cylindrical-coordinate representation of color #3580FE: hue angle of 217.61º 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 #3580FE is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 128 | 254 | - |
| CMYK | 0.79 | 0.50 | 0 | 0.00 |
| HSL | 217.61º | 0.99% | 0.6% | - |
| HSV(B) | 217.61º | 0.79% | 1% | - |
| XYZ | 27.08 | 23.35 | 96.85 | - |
| YUV | 119.94 | 203.65 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 128 | 254 | 0.79 | 0.50 | 0 | 0.00 | 217.61 | 0.99 | 0.6 |
| Hex | 35 | 80 | FE | 4F | 32 | 0 | 0 | DA | 63 | 3C |
| Octal | 65 | 200 | 376 | 117 | 62 | 0 | 0 | 332 | 143 | 74 |
| Binary | 110101 | 10000000 | 11111110 | 1001111 | 110010 | 0 | 0 | 11011010 | 1100011 | 111100 |
Color Harmonies of #3580FE
Complementary color
Monochromatic Colors of #3580FE
Black with #3580FE
Text Example
Text Example
White with #3580FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3580FE; }
p { color: rgb(53,128,254); }
H1.HeaderClassName
{
color: #3580FE;
}
.AnyTagClassName
{
color: #3580FE;
}
</style>
background-color css
<style>
a { background-color: #3580FE; }
a { background-color: rgb(53,128,254); }
div.DivClassName
{
background-color: #3580FE;
}
.BgClassName
{
background-color: #3580FE;
}
</style>
border-color css
<style>
span { border-color: #3580FE; }
span { border-color: rgb(53,128,254); }
td.TdClassName
{
border-color: #3580FE;
}
.TagClassName
{
border-color: #3580FE;
}
</style>