Shades of Dodger Blue #3281F1
Tints of Dodger Blue #3281F1
RGB
CMYK
RGB Variations
Color information
#3281F1 (or 0x3281F1) is known color: Dodger Blue. HEX triplet: 32, 81 and F1. RGB value is (50,129,241). Sum of RGB (Red+Green+Blue) = 50+129+241=420 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.90% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 241 (94.53% from 255 or 57.38% from 420); Max value from RGB is 241 - color contains mainly: blue. Hex color #3281F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3281F1 is #CD7E0E. Grayscale: #757575. Windows color (decimal): -13467151 or 15827250. OLE color: 15827250.
HSL color Cylindrical-coordinate representation of color #3281F1: hue angle of 215.18º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3281F1 is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 129 | 241 | - |
| CMYK | 0.79 | 0.46 | 0 | 0.05 |
| HSL | 215.18º | 0.87% | 0.57% | - |
| HSV(B) | 215.18º | 0.79% | 0.95% | - |
| XYZ | 25.04 | 22.73 | 86.29 | - |
| YUV | 118.15 | 197.33 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 129 | 241 | 0.79 | 0.46 | 0 | 0.05 | 215.18 | 0.87 | 0.57 |
| Hex | 32 | 81 | F1 | 4F | 2E | 0 | 5 | D7 | 57 | 39 |
| Octal | 62 | 201 | 361 | 117 | 56 | 0 | 5 | 327 | 127 | 71 |
| Binary | 110010 | 10000001 | 11110001 | 1001111 | 101110 | 0 | 101 | 11010111 | 1010111 | 111001 |
Color Harmonies of #3281F1
Complementary color
Monochromatic Colors of #3281F1
Black with #3281F1
Text Example
Text Example
White with #3281F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3281F1; }
p { color: rgb(50,129,241); }
H1.HeaderClassName
{
color: #3281F1;
}
.AnyTagClassName
{
color: #3281F1;
}
</style>
background-color css
<style>
a { background-color: #3281F1; }
a { background-color: rgb(50,129,241); }
div.DivClassName
{
background-color: #3281F1;
}
.BgClassName
{
background-color: #3281F1;
}
</style>
border-color css
<style>
span { border-color: #3281F1; }
span { border-color: rgb(50,129,241); }
td.TdClassName
{
border-color: #3281F1;
}
.TagClassName
{
border-color: #3281F1;
}
</style>