Shades of Dodger Blue #3295FA
Tints of Dodger Blue #3295FA
RGB
CMYK
RGB Variations
Color information
#3295FA (or 0x3295FA) is known color: Dodger Blue. HEX triplet: 32, 95 and FA. RGB value is (50,149,250). Sum of RGB (Red+Green+Blue) = 50+149+250=449 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.14% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #3295FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3295FA is #CD6A05. Grayscale: #828282. Windows color (decimal): -13462022 or 16422194. OLE color: 16422194.
HSL color Cylindrical-coordinate representation of color #3295FA: hue angle of 210.3º 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 #3295FA is Cyan = 0.8, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 149 | 250 | - |
| CMYK | 0.8 | 0.40 | 0 | 0.02 |
| HSL | 210.3º | 0.95% | 0.59% | - |
| HSV(B) | 210.3º | 0.8% | 0.98% | - |
| XYZ | 29.32 | 29.08 | 94.51 | - |
| YUV | 130.91 | 195.2 | 70.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 149 | 250 | 0.8 | 0.40 | 0 | 0.02 | 210.3 | 0.95 | 0.59 |
| Hex | 32 | 95 | FA | 50 | 28 | 0 | 2 | D2 | 5F | 3B |
| Octal | 62 | 225 | 372 | 120 | 50 | 0 | 2 | 322 | 137 | 73 |
| Binary | 110010 | 10010101 | 11111010 | 1010000 | 101000 | 0 | 10 | 11010010 | 1011111 | 111011 |
Color Harmonies of #3295FA
Complementary color
Monochromatic Colors of #3295FA
Black with #3295FA
Text Example
Text Example
White with #3295FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3295FA; }
p { color: rgb(50,149,250); }
H1.HeaderClassName
{
color: #3295FA;
}
.AnyTagClassName
{
color: #3295FA;
}
</style>
background-color css
<style>
a { background-color: #3295FA; }
a { background-color: rgb(50,149,250); }
div.DivClassName
{
background-color: #3295FA;
}
.BgClassName
{
background-color: #3295FA;
}
</style>
border-color css
<style>
span { border-color: #3295FA; }
span { border-color: rgb(50,149,250); }
td.TdClassName
{
border-color: #3295FA;
}
.TagClassName
{
border-color: #3295FA;
}
</style>