Shades of Dodger Blue #3296FA
Tints of Dodger Blue #3296FA
RGB
CMYK
RGB Variations
Color information
#3296FA (or 0x3296FA) is known color: Dodger Blue. HEX triplet: 32, 96 and FA. RGB value is (50,150,250). Sum of RGB (Red+Green+Blue) = 50+150+250=450 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.11% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #3296FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3296FA is #CD6905. Grayscale: #838383. Windows color (decimal): -13461766 or 16422450. OLE color: 16422450.
HSL color Cylindrical-coordinate representation of color #3296FA: hue angle of 210º 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 #3296FA is Cyan = 0.8, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 150 | 250 | - |
| CMYK | 0.8 | 0.4 | 0 | 0.02 |
| HSL | 210º | 0.95% | 0.59% | - |
| HSV(B) | 210º | 0.8% | 0.98% | - |
| XYZ | 29.48 | 29.39 | 94.56 | - |
| YUV | 131.5 | 194.87 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 150 | 250 | 0.8 | 0.4 | 0 | 0.02 | 210 | 0.95 | 0.59 |
| Hex | 32 | 96 | FA | 50 | 28 | 0 | 2 | D2 | 5F | 3B |
| Octal | 62 | 226 | 372 | 120 | 50 | 0 | 2 | 322 | 137 | 73 |
| Binary | 110010 | 10010110 | 11111010 | 1010000 | 101000 | 0 | 10 | 11010010 | 1011111 | 111011 |
Color Harmonies of #3296FA
Complementary color
Monochromatic Colors of #3296FA
Black with #3296FA
Text Example
Text Example
White with #3296FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3296FA; }
p { color: rgb(50,150,250); }
H1.HeaderClassName
{
color: #3296FA;
}
.AnyTagClassName
{
color: #3296FA;
}
</style>
background-color css
<style>
a { background-color: #3296FA; }
a { background-color: rgb(50,150,250); }
div.DivClassName
{
background-color: #3296FA;
}
.BgClassName
{
background-color: #3296FA;
}
</style>
border-color css
<style>
span { border-color: #3296FA; }
span { border-color: rgb(50,150,250); }
td.TdClassName
{
border-color: #3296FA;
}
.TagClassName
{
border-color: #3296FA;
}
</style>