Shades of Dodger Blue #338EE6
Tints of Dodger Blue #338EE6
RGB
CMYK
RGB Variations
Color information
#338EE6 (or 0x338EE6) is known color: Dodger Blue. HEX triplet: 33, 8E and E6. RGB value is (51,142,230). Sum of RGB (Red+Green+Blue) = 51+142+230=423 (56% of max value = 765). Red value is 51 (20.31% from 255 or 12.06% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 230 (90.23% from 255 or 54.37% from 423); Max value from RGB is 230 - color contains mainly: blue. Hex color #338EE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338EE6 is #CC7119. Grayscale: #7C7C7C. Windows color (decimal): -13398298 or 15109683. OLE color: 15109683.
HSL color Cylindrical-coordinate representation of color #338EE6: hue angle of 209.5º degrees, saturation: 0.78, 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 #338EE6 is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 51 | 142 | 230 | - |
| CMYK | 0.78 | 0.38 | 0 | 0.10 |
| HSL | 209.5º | 0.78% | 0.55% | - |
| HSV(B) | 209.5º | 0.78% | 0.9% | - |
| XYZ | 25.32 | 25.76 | 78.5 | - |
| YUV | 124.82 | 187.35 | 75.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 142 | 230 | 0.78 | 0.38 | 0 | 0.10 | 209.5 | 0.78 | 0.55 |
| Hex | 33 | 8E | E6 | 4E | 26 | 0 | A | D1 | 4E | 37 |
| Octal | 63 | 216 | 346 | 116 | 46 | 0 | 12 | 321 | 116 | 67 |
| Binary | 110011 | 10001110 | 11100110 | 1001110 | 100110 | 0 | 1010 | 11010001 | 1001110 | 110111 |
Color Harmonies of #338EE6
Complementary color
Monochromatic Colors of #338EE6
Black with #338EE6
Text Example
Text Example
White with #338EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338EE6; }
p { color: rgb(51,142,230); }
H1.HeaderClassName
{
color: #338EE6;
}
.AnyTagClassName
{
color: #338EE6;
}
</style>
background-color css
<style>
a { background-color: #338EE6; }
a { background-color: rgb(51,142,230); }
div.DivClassName
{
background-color: #338EE6;
}
.BgClassName
{
background-color: #338EE6;
}
</style>
border-color css
<style>
span { border-color: #338EE6; }
span { border-color: rgb(51,142,230); }
td.TdClassName
{
border-color: #338EE6;
}
.TagClassName
{
border-color: #338EE6;
}
</style>