Shades of Dodger Blue #3389EE
Tints of Dodger Blue #3389EE
RGB
CMYK
RGB Variations
Color information
#3389EE (or 0x3389EE) is known color: Dodger Blue. HEX triplet: 33, 89 and EE. RGB value is (51,137,238). Sum of RGB (Red+Green+Blue) = 51+137+238=426 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.97% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 238 (93.36% from 255 or 55.87% from 426); Max value from RGB is 238 - color contains mainly: blue. Hex color #3389EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3389EE is #CC7611. Grayscale: #7A7A7A. Windows color (decimal): -13399570 or 15632691. OLE color: 15632691.
HSL color Cylindrical-coordinate representation of color #3389EE: hue angle of 212.41º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3389EE is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 137 | 238 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.07 |
| HSL | 212.41º | 0.85% | 0.57% | - |
| HSV(B) | 212.41º | 0.79% | 0.93% | - |
| XYZ | 25.74 | 24.77 | 84.31 | - |
| YUV | 122.8 | 193.01 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 137 | 238 | 0.79 | 0.42 | 0 | 0.07 | 212.41 | 0.85 | 0.57 |
| Hex | 33 | 89 | EE | 4F | 2A | 0 | 7 | D4 | 55 | 39 |
| Octal | 63 | 211 | 356 | 117 | 52 | 0 | 7 | 324 | 125 | 71 |
| Binary | 110011 | 10001001 | 11101110 | 1001111 | 101010 | 0 | 111 | 11010100 | 1010101 | 111001 |
Color Harmonies of #3389EE
Complementary color
Monochromatic Colors of #3389EE
Black with #3389EE
Text Example
Text Example
White with #3389EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3389EE; }
p { color: rgb(51,137,238); }
H1.HeaderClassName
{
color: #3389EE;
}
.AnyTagClassName
{
color: #3389EE;
}
</style>
background-color css
<style>
a { background-color: #3389EE; }
a { background-color: rgb(51,137,238); }
div.DivClassName
{
background-color: #3389EE;
}
.BgClassName
{
background-color: #3389EE;
}
</style>
border-color css
<style>
span { border-color: #3389EE; }
span { border-color: rgb(51,137,238); }
td.TdClassName
{
border-color: #3389EE;
}
.TagClassName
{
border-color: #3389EE;
}
</style>