Shades of Dodger Blue #338DEE
Tints of Dodger Blue #338DEE
RGB
CMYK
RGB Variations
Color information
#338DEE (or 0x338DEE) is known color: Dodger Blue. HEX triplet: 33, 8D and EE. RGB value is (51,141,238). Sum of RGB (Red+Green+Blue) = 51+141+238=430 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.86% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #338DEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338DEE is #CC7211. Grayscale: #7C7C7C. Windows color (decimal): -13398546 or 15633715. OLE color: 15633715.
HSL color Cylindrical-coordinate representation of color #338DEE: hue angle of 211.12º 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 #338DEE is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 141 | 238 | - |
| CMYK | 0.79 | 0.41 | 0 | 0.07 |
| HSL | 211.12º | 0.85% | 0.57% | - |
| HSV(B) | 211.12º | 0.79% | 0.93% | - |
| XYZ | 26.32 | 25.93 | 84.51 | - |
| YUV | 125.15 | 191.68 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 141 | 238 | 0.79 | 0.41 | 0 | 0.07 | 211.12 | 0.85 | 0.57 |
| Hex | 33 | 8D | EE | 4F | 29 | 0 | 7 | D3 | 55 | 39 |
| Octal | 63 | 215 | 356 | 117 | 51 | 0 | 7 | 323 | 125 | 71 |
| Binary | 110011 | 10001101 | 11101110 | 1001111 | 101001 | 0 | 111 | 11010011 | 1010101 | 111001 |
Color Harmonies of #338DEE
Complementary color
Monochromatic Colors of #338DEE
Black with #338DEE
Text Example
Text Example
White with #338DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338DEE; }
p { color: rgb(51,141,238); }
H1.HeaderClassName
{
color: #338DEE;
}
.AnyTagClassName
{
color: #338DEE;
}
</style>
background-color css
<style>
a { background-color: #338DEE; }
a { background-color: rgb(51,141,238); }
div.DivClassName
{
background-color: #338DEE;
}
.BgClassName
{
background-color: #338DEE;
}
</style>
border-color css
<style>
span { border-color: #338DEE; }
span { border-color: rgb(51,141,238); }
td.TdClassName
{
border-color: #338DEE;
}
.TagClassName
{
border-color: #338DEE;
}
</style>