Shades of Dodger Blue #3390EB
Tints of Dodger Blue #3390EB
RGB
CMYK
RGB Variations
Color information
#3390EB (or 0x3390EB) is known color: Dodger Blue. HEX triplet: 33, 90 and EB. RGB value is (51,144,235). Sum of RGB (Red+Green+Blue) = 51+144+235=430 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.86% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #3390EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3390EB is #CC6F14. Grayscale: #7E7E7E. Windows color (decimal): -13397781 or 15437875. OLE color: 15437875.
HSL color Cylindrical-coordinate representation of color #3390EB: hue angle of 209.67º degrees, saturation: 0.82, 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 #3390EB is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 51 | 144 | 235 | - |
| CMYK | 0.78 | 0.39 | 0 | 0.08 |
| HSL | 209.67º | 0.82% | 0.56% | - |
| HSV(B) | 209.67º | 0.78% | 0.92% | - |
| XYZ | 26.33 | 26.65 | 82.35 | - |
| YUV | 126.57 | 189.19 | 74.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 144 | 235 | 0.78 | 0.39 | 0 | 0.08 | 209.67 | 0.82 | 0.56 |
| Hex | 33 | 90 | EB | 4E | 27 | 0 | 8 | D2 | 52 | 38 |
| Octal | 63 | 220 | 353 | 116 | 47 | 0 | 10 | 322 | 122 | 70 |
| Binary | 110011 | 10010000 | 11101011 | 1001110 | 100111 | 0 | 1000 | 11010010 | 1010010 | 111000 |
Color Harmonies of #3390EB
Complementary color
Monochromatic Colors of #3390EB
Black with #3390EB
Text Example
Text Example
White with #3390EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3390EB; }
p { color: rgb(51,144,235); }
H1.HeaderClassName
{
color: #3390EB;
}
.AnyTagClassName
{
color: #3390EB;
}
</style>
background-color css
<style>
a { background-color: #3390EB; }
a { background-color: rgb(51,144,235); }
div.DivClassName
{
background-color: #3390EB;
}
.BgClassName
{
background-color: #3390EB;
}
</style>
border-color css
<style>
span { border-color: #3390EB; }
span { border-color: rgb(51,144,235); }
td.TdClassName
{
border-color: #3390EB;
}
.TagClassName
{
border-color: #3390EB;
}
</style>