Shades of Dodger Blue #3291EC
Tints of Dodger Blue #3291EC
RGB
CMYK
RGB Variations
Color information
#3291EC (or 0x3291EC) is known color: Dodger Blue. HEX triplet: 32, 91 and EC. RGB value is (50,145,236). Sum of RGB (Red+Green+Blue) = 50+145+236=431 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.60% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #3291EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3291EC is #CD6E13. Grayscale: #7E7E7E. Windows color (decimal): -13463060 or 15503666. OLE color: 15503666.
HSL color Cylindrical-coordinate representation of color #3291EC: hue angle of 209.35º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3291EC is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 145 | 236 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.07 |
| HSL | 209.35º | 0.83% | 0.56% | - |
| HSV(B) | 209.35º | 0.79% | 0.93% | - |
| XYZ | 26.58 | 26.99 | 83.16 | - |
| YUV | 126.97 | 189.53 | 73.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 145 | 236 | 0.79 | 0.39 | 0 | 0.07 | 209.35 | 0.83 | 0.56 |
| Hex | 32 | 91 | EC | 4F | 27 | 0 | 7 | D1 | 53 | 38 |
| Octal | 62 | 221 | 354 | 117 | 47 | 0 | 7 | 321 | 123 | 70 |
| Binary | 110010 | 10010001 | 11101100 | 1001111 | 100111 | 0 | 111 | 11010001 | 1010011 | 111000 |
Color Harmonies of #3291EC
Complementary color
Monochromatic Colors of #3291EC
Black with #3291EC
Text Example
Text Example
White with #3291EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3291EC; }
p { color: rgb(50,145,236); }
H1.HeaderClassName
{
color: #3291EC;
}
.AnyTagClassName
{
color: #3291EC;
}
</style>
background-color css
<style>
a { background-color: #3291EC; }
a { background-color: rgb(50,145,236); }
div.DivClassName
{
background-color: #3291EC;
}
.BgClassName
{
background-color: #3291EC;
}
</style>
border-color css
<style>
span { border-color: #3291EC; }
span { border-color: rgb(50,145,236); }
td.TdClassName
{
border-color: #3291EC;
}
.TagClassName
{
border-color: #3291EC;
}
</style>