Shades of Dodger Blue #3390E3
Tints of Dodger Blue #3390E3
RGB
CMYK
RGB Variations
Color information
#3390E3 (or 0x3390E3) is known color: Dodger Blue. HEX triplet: 33, 90 and E3. RGB value is (51,144,227). Sum of RGB (Red+Green+Blue) = 51+144+227=422 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.09% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 227 (89.06% from 255 or 53.79% from 422); Max value from RGB is 227 - color contains mainly: blue. Hex color #3390E3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3390E3 is #CC6F1C. Grayscale: #7D7D7D. Windows color (decimal): -13397789 or 14913587. OLE color: 14913587.
HSL color Cylindrical-coordinate representation of color #3390E3: hue angle of 208.3º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3390E3 is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 51 | 144 | 227 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.11 |
| HSL | 208.3º | 0.76% | 0.55% | - |
| HSV(B) | 208.3º | 0.78% | 0.89% | - |
| XYZ | 25.2 | 26.2 | 76.4 | - |
| YUV | 125.66 | 185.19 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 144 | 227 | 0.78 | 0.37 | 0 | 0.11 | 208.3 | 0.76 | 0.55 |
| Hex | 33 | 90 | E3 | 4E | 25 | 0 | B | D0 | 4C | 37 |
| Octal | 63 | 220 | 343 | 116 | 45 | 0 | 13 | 320 | 114 | 67 |
| Binary | 110011 | 10010000 | 11100011 | 1001110 | 100101 | 0 | 1011 | 11010000 | 1001100 | 110111 |
Color Harmonies of #3390E3
Complementary color
Monochromatic Colors of #3390E3
Black with #3390E3
Text Example
Text Example
White with #3390E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3390E3; }
p { color: rgb(51,144,227); }
H1.HeaderClassName
{
color: #3390E3;
}
.AnyTagClassName
{
color: #3390E3;
}
</style>
background-color css
<style>
a { background-color: #3390E3; }
a { background-color: rgb(51,144,227); }
div.DivClassName
{
background-color: #3390E3;
}
.BgClassName
{
background-color: #3390E3;
}
</style>
border-color css
<style>
span { border-color: #3390E3; }
span { border-color: rgb(51,144,227); }
td.TdClassName
{
border-color: #3390E3;
}
.TagClassName
{
border-color: #3390E3;
}
</style>