Shades of Dodger Blue #3391E5
Tints of Dodger Blue #3391E5
RGB
CMYK
RGB Variations
Color information
#3391E5 (or 0x3391E5) is known color: Dodger Blue. HEX triplet: 33, 91 and E5. RGB value is (51,145,229). Sum of RGB (Red+Green+Blue) = 51+145+229=425 (56% of max value = 765). Red value is 51 (20.31% from 255 or 12% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 229 (89.84% from 255 or 53.88% from 425); Max value from RGB is 229 - color contains mainly: blue. Hex color #3391E5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3391E5 is #CC6E1A. Grayscale: #7E7E7E. Windows color (decimal): -13397531 or 15044915. OLE color: 15044915.
HSL color Cylindrical-coordinate representation of color #3391E5: hue angle of 208.31º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3391E5 is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 51 | 145 | 229 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.10 |
| HSL | 208.31º | 0.77% | 0.55% | - |
| HSV(B) | 208.31º | 0.78% | 0.9% | - |
| XYZ | 25.63 | 26.61 | 77.91 | - |
| YUV | 126.47 | 185.86 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 145 | 229 | 0.78 | 0.37 | 0 | 0.10 | 208.31 | 0.77 | 0.55 |
| Hex | 33 | 91 | E5 | 4E | 25 | 0 | A | D0 | 4D | 37 |
| Octal | 63 | 221 | 345 | 116 | 45 | 0 | 12 | 320 | 115 | 67 |
| Binary | 110011 | 10010001 | 11100101 | 1001110 | 100101 | 0 | 1010 | 11010000 | 1001101 | 110111 |
Color Harmonies of #3391E5
Complementary color
Monochromatic Colors of #3391E5
Black with #3391E5
Text Example
Text Example
White with #3391E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3391E5; }
p { color: rgb(51,145,229); }
H1.HeaderClassName
{
color: #3391E5;
}
.AnyTagClassName
{
color: #3391E5;
}
</style>
background-color css
<style>
a { background-color: #3391E5; }
a { background-color: rgb(51,145,229); }
div.DivClassName
{
background-color: #3391E5;
}
.BgClassName
{
background-color: #3391E5;
}
</style>
border-color css
<style>
span { border-color: #3391E5; }
span { border-color: rgb(51,145,229); }
td.TdClassName
{
border-color: #3391E5;
}
.TagClassName
{
border-color: #3391E5;
}
</style>