Shades of Dodger Blue #3390EA
Tints of Dodger Blue #3390EA
RGB
CMYK
RGB Variations
Color information
#3390EA (or 0x3390EA) is known color: Dodger Blue. HEX triplet: 33, 90 and EA. RGB value is (51,144,234). Sum of RGB (Red+Green+Blue) = 51+144+234=429 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.89% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #3390EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3390EA is #CC6F15. Grayscale: #7D7D7D. Windows color (decimal): -13397782 or 15372339. OLE color: 15372339.
HSL color Cylindrical-coordinate representation of color #3390EA: hue angle of 209.51º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3390EA is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 51 | 144 | 234 | - |
| CMYK | 0.78 | 0.38 | 0 | 0.08 |
| HSL | 209.51º | 0.81% | 0.56% | - |
| HSV(B) | 209.51º | 0.78% | 0.92% | - |
| XYZ | 26.19 | 26.59 | 81.59 | - |
| YUV | 126.45 | 188.69 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 144 | 234 | 0.78 | 0.38 | 0 | 0.08 | 209.51 | 0.81 | 0.56 |
| Hex | 33 | 90 | EA | 4E | 26 | 0 | 8 | D2 | 51 | 38 |
| Octal | 63 | 220 | 352 | 116 | 46 | 0 | 10 | 322 | 121 | 70 |
| Binary | 110011 | 10010000 | 11101010 | 1001110 | 100110 | 0 | 1000 | 11010010 | 1010001 | 111000 |
Color Harmonies of #3390EA
Complementary color
Monochromatic Colors of #3390EA
Black with #3390EA
Text Example
Text Example
White with #3390EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3390EA; }
p { color: rgb(51,144,234); }
H1.HeaderClassName
{
color: #3390EA;
}
.AnyTagClassName
{
color: #3390EA;
}
</style>
background-color css
<style>
a { background-color: #3390EA; }
a { background-color: rgb(51,144,234); }
div.DivClassName
{
background-color: #3390EA;
}
.BgClassName
{
background-color: #3390EA;
}
</style>
border-color css
<style>
span { border-color: #3390EA; }
span { border-color: rgb(51,144,234); }
td.TdClassName
{
border-color: #3390EA;
}
.TagClassName
{
border-color: #3390EA;
}
</style>