Shades of Dodger Blue #3281EC
Tints of Dodger Blue #3281EC
RGB
CMYK
RGB Variations
Color information
#3281EC (or 0x3281EC) is known color: Dodger Blue. HEX triplet: 32, 81 and EC. RGB value is (50,129,236). Sum of RGB (Red+Green+Blue) = 50+129+236=415 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.05% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #3281EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3281EC is #CD7E13. Grayscale: #757575. Windows color (decimal): -13467156 or 15499570. OLE color: 15499570.
HSL color Cylindrical-coordinate representation of color #3281EC: hue angle of 214.52º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3281EC is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 129 | 236 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.07 |
| HSL | 214.52º | 0.83% | 0.56% | - |
| HSV(B) | 214.52º | 0.79% | 0.93% | - |
| XYZ | 24.31 | 22.43 | 82.41 | - |
| YUV | 117.58 | 194.83 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 129 | 236 | 0.79 | 0.45 | 0 | 0.07 | 214.52 | 0.83 | 0.56 |
| Hex | 32 | 81 | EC | 4F | 2D | 0 | 7 | D7 | 53 | 38 |
| Octal | 62 | 201 | 354 | 117 | 55 | 0 | 7 | 327 | 123 | 70 |
| Binary | 110010 | 10000001 | 11101100 | 1001111 | 101101 | 0 | 111 | 11010111 | 1010011 | 111000 |
Color Harmonies of #3281EC
Complementary color
Monochromatic Colors of #3281EC
Black with #3281EC
Text Example
Text Example
White with #3281EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3281EC; }
p { color: rgb(50,129,236); }
H1.HeaderClassName
{
color: #3281EC;
}
.AnyTagClassName
{
color: #3281EC;
}
</style>
background-color css
<style>
a { background-color: #3281EC; }
a { background-color: rgb(50,129,236); }
div.DivClassName
{
background-color: #3281EC;
}
.BgClassName
{
background-color: #3281EC;
}
</style>
border-color css
<style>
span { border-color: #3281EC; }
span { border-color: rgb(50,129,236); }
td.TdClassName
{
border-color: #3281EC;
}
.TagClassName
{
border-color: #3281EC;
}
</style>