Shades of Dodger Blue #3581FE
Tints of Dodger Blue #3581FE
RGB
CMYK
RGB Variations
Color information
#3581FE (or 0x3581FE) is known color: Dodger Blue. HEX triplet: 35, 81 and FE. RGB value is (53,129,254). Sum of RGB (Red+Green+Blue) = 53+129+254=436 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.16% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #3581FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3581FE is #CA7E01. Grayscale: #777777. Windows color (decimal): -13270530 or 16679221. OLE color: 16679221.
HSL color Cylindrical-coordinate representation of color #3581FE: hue angle of 217.31º 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 #3581FE is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 129 | 254 | - |
| CMYK | 0.79 | 0.49 | 0 | 0.00 |
| HSL | 217.31º | 0.99% | 0.6% | - |
| HSV(B) | 217.31º | 0.79% | 1% | - |
| XYZ | 27.21 | 23.61 | 96.89 | - |
| YUV | 120.53 | 203.32 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 129 | 254 | 0.79 | 0.49 | 0 | 0.00 | 217.31 | 0.99 | 0.6 |
| Hex | 35 | 81 | FE | 4F | 31 | 0 | 0 | D9 | 63 | 3C |
| Octal | 65 | 201 | 376 | 117 | 61 | 0 | 0 | 331 | 143 | 74 |
| Binary | 110101 | 10000001 | 11111110 | 1001111 | 110001 | 0 | 0 | 11011001 | 1100011 | 111100 |
Color Harmonies of #3581FE
Complementary color
Monochromatic Colors of #3581FE
Black with #3581FE
Text Example
Text Example
White with #3581FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3581FE; }
p { color: rgb(53,129,254); }
H1.HeaderClassName
{
color: #3581FE;
}
.AnyTagClassName
{
color: #3581FE;
}
</style>
background-color css
<style>
a { background-color: #3581FE; }
a { background-color: rgb(53,129,254); }
div.DivClassName
{
background-color: #3581FE;
}
.BgClassName
{
background-color: #3581FE;
}
</style>
border-color css
<style>
span { border-color: #3581FE; }
span { border-color: rgb(53,129,254); }
td.TdClassName
{
border-color: #3581FE;
}
.TagClassName
{
border-color: #3581FE;
}
</style>