Shades of Dodger Blue #338DE5
Tints of Dodger Blue #338DE5
RGB
CMYK
RGB Variations
Color information
#338DE5 (or 0x338DE5) is known color: Dodger Blue. HEX triplet: 33, 8D and E5. RGB value is (51,141,229). Sum of RGB (Red+Green+Blue) = 51+141+229=421 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.11% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 229 (89.84% from 255 or 54.39% from 421); Max value from RGB is 229 - color contains mainly: blue. Hex color #338DE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338DE5 is #CC721A. Grayscale: #7B7B7B. Windows color (decimal): -13398555 or 15043891. OLE color: 15043891.
HSL color Cylindrical-coordinate representation of color #338DE5: hue angle of 209.66º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #338DE5 is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 51 | 141 | 229 | - |
| CMYK | 0.78 | 0.38 | 0 | 0.10 |
| HSL | 209.66º | 0.77% | 0.55% | - |
| HSV(B) | 209.66º | 0.78% | 0.9% | - |
| XYZ | 25.03 | 25.41 | 77.71 | - |
| YUV | 124.12 | 187.18 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 141 | 229 | 0.78 | 0.38 | 0 | 0.10 | 209.66 | 0.77 | 0.55 |
| Hex | 33 | 8D | E5 | 4E | 26 | 0 | A | D2 | 4D | 37 |
| Octal | 63 | 215 | 345 | 116 | 46 | 0 | 12 | 322 | 115 | 67 |
| Binary | 110011 | 10001101 | 11100101 | 1001110 | 100110 | 0 | 1010 | 11010010 | 1001101 | 110111 |
Color Harmonies of #338DE5
Complementary color
Monochromatic Colors of #338DE5
Black with #338DE5
Text Example
Text Example
White with #338DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338DE5; }
p { color: rgb(51,141,229); }
H1.HeaderClassName
{
color: #338DE5;
}
.AnyTagClassName
{
color: #338DE5;
}
</style>
background-color css
<style>
a { background-color: #338DE5; }
a { background-color: rgb(51,141,229); }
div.DivClassName
{
background-color: #338DE5;
}
.BgClassName
{
background-color: #338DE5;
}
</style>
border-color css
<style>
span { border-color: #338DE5; }
span { border-color: rgb(51,141,229); }
td.TdClassName
{
border-color: #338DE5;
}
.TagClassName
{
border-color: #338DE5;
}
</style>