Shades of Dodger Blue #3295FF
Tints of Dodger Blue #3295FF
RGB
CMYK
RGB Variations
Color information
#3295FF (or 0x3295FF) is known color: Dodger Blue. HEX triplet: 32, 95 and FF. RGB value is (50,149,255). Sum of RGB (Red+Green+Blue) = 50+149+255=454 (60% of max value = 765). Red value is 50 (19.92% from 255 or 11.01% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #3295FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3295FF is #CD6A00. Grayscale: #828282. Windows color (decimal): -13462017 or 16749874. OLE color: 16749874.
HSL color Cylindrical-coordinate representation of color #3295FF: hue angle of 211.02º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3295FF is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 149 | 255 | - |
| CMYK | 0.80 | 0.42 | 0 | 0 |
| HSL | 211.02º | 1% | 0.6% | - |
| HSV(B) | 211.02º | 0.8% | 1% | - |
| XYZ | 30.11 | 29.39 | 98.69 | - |
| YUV | 131.48 | 197.7 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 149 | 255 | 0.80 | 0.42 | 0 | 0 | 211.02 | 1 | 0.6 |
| Hex | 32 | 95 | FF | 50 | 2A | 0 | 0 | D3 | 64 | 3C |
| Octal | 62 | 225 | 377 | 120 | 52 | 0 | 0 | 323 | 144 | 74 |
| Binary | 110010 | 10010101 | 11111111 | 1010000 | 101010 | 0 | 0 | 11010011 | 1100100 | 111100 |
Color Harmonies of #3295FF
Complementary color
Monochromatic Colors of #3295FF
Black with #3295FF
Text Example
Text Example
White with #3295FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3295FF; }
p { color: rgb(50,149,255); }
H1.HeaderClassName
{
color: #3295FF;
}
.AnyTagClassName
{
color: #3295FF;
}
</style>
background-color css
<style>
a { background-color: #3295FF; }
a { background-color: rgb(50,149,255); }
div.DivClassName
{
background-color: #3295FF;
}
.BgClassName
{
background-color: #3295FF;
}
</style>
border-color css
<style>
span { border-color: #3295FF; }
span { border-color: rgb(50,149,255); }
td.TdClassName
{
border-color: #3295FF;
}
.TagClassName
{
border-color: #3295FF;
}
</style>