Shades of Dodger Blue #3282FA
Tints of Dodger Blue #3282FA
RGB
CMYK
RGB Variations
Color information
#3282FA (or 0x3282FA) is known color: Dodger Blue. HEX triplet: 32, 82 and FA. RGB value is (50,130,250). Sum of RGB (Red+Green+Blue) = 50+130+250=430 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.63% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #3282FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3282FA is #CD7D05. Grayscale: #777777. Windows color (decimal): -13466886 or 16417330. OLE color: 16417330.
HSL color Cylindrical-coordinate representation of color #3282FA: hue angle of 216º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3282FA is Cyan = 0.8, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 130 | 250 | - |
| CMYK | 0.8 | 0.48 | 0 | 0.02 |
| HSL | 216º | 0.95% | 0.59% | - |
| HSV(B) | 216º | 0.8% | 0.98% | - |
| XYZ | 26.55 | 23.55 | 93.59 | - |
| YUV | 119.76 | 201.5 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 130 | 250 | 0.8 | 0.48 | 0 | 0.02 | 216 | 0.95 | 0.59 |
| Hex | 32 | 82 | FA | 50 | 30 | 0 | 2 | D8 | 5F | 3B |
| Octal | 62 | 202 | 372 | 120 | 60 | 0 | 2 | 330 | 137 | 73 |
| Binary | 110010 | 10000010 | 11111010 | 1010000 | 110000 | 0 | 10 | 11011000 | 1011111 | 111011 |
Color Harmonies of #3282FA
Complementary color
Monochromatic Colors of #3282FA
Black with #3282FA
Text Example
Text Example
White with #3282FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3282FA; }
p { color: rgb(50,130,250); }
H1.HeaderClassName
{
color: #3282FA;
}
.AnyTagClassName
{
color: #3282FA;
}
</style>
background-color css
<style>
a { background-color: #3282FA; }
a { background-color: rgb(50,130,250); }
div.DivClassName
{
background-color: #3282FA;
}
.BgClassName
{
background-color: #3282FA;
}
</style>
border-color css
<style>
span { border-color: #3282FA; }
span { border-color: rgb(50,130,250); }
td.TdClassName
{
border-color: #3282FA;
}
.TagClassName
{
border-color: #3282FA;
}
</style>