Shades of Dodger Blue #3295EA
Tints of Dodger Blue #3295EA
RGB
CMYK
RGB Variations
Color information
#3295EA (or 0x3295EA) is known color: Dodger Blue. HEX triplet: 32, 95 and EA. RGB value is (50,149,234). Sum of RGB (Red+Green+Blue) = 50+149+234=433 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.55% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #3295EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3295EA is #CD6A15. Grayscale: #808080. Windows color (decimal): -13462038 or 15373618. OLE color: 15373618.
HSL color Cylindrical-coordinate representation of color #3295EA: hue angle of 207.72º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3295EA is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 149 | 234 | - |
| CMYK | 0.79 | 0.36 | 0 | 0.08 |
| HSL | 207.72º | 0.81% | 0.56% | - |
| HSV(B) | 207.72º | 0.79% | 0.92% | - |
| XYZ | 26.91 | 28.11 | 81.85 | - |
| YUV | 129.09 | 187.2 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 149 | 234 | 0.79 | 0.36 | 0 | 0.08 | 207.72 | 0.81 | 0.56 |
| Hex | 32 | 95 | EA | 4F | 24 | 0 | 8 | D0 | 51 | 38 |
| Octal | 62 | 225 | 352 | 117 | 44 | 0 | 10 | 320 | 121 | 70 |
| Binary | 110010 | 10010101 | 11101010 | 1001111 | 100100 | 0 | 1000 | 11010000 | 1010001 | 111000 |
Color Harmonies of #3295EA
Complementary color
Monochromatic Colors of #3295EA
Black with #3295EA
Text Example
Text Example
White with #3295EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3295EA; }
p { color: rgb(50,149,234); }
H1.HeaderClassName
{
color: #3295EA;
}
.AnyTagClassName
{
color: #3295EA;
}
</style>
background-color css
<style>
a { background-color: #3295EA; }
a { background-color: rgb(50,149,234); }
div.DivClassName
{
background-color: #3295EA;
}
.BgClassName
{
background-color: #3295EA;
}
</style>
border-color css
<style>
span { border-color: #3295EA; }
span { border-color: rgb(50,149,234); }
td.TdClassName
{
border-color: #3295EA;
}
.TagClassName
{
border-color: #3295EA;
}
</style>