Shades of Dodger Blue #338BE2
Tints of Dodger Blue #338BE2
RGB
CMYK
RGB Variations
Color information
#338BE2 (or 0x338BE2) is known color: Dodger Blue. HEX triplet: 33, 8B and E2. RGB value is (51,139,226). Sum of RGB (Red+Green+Blue) = 51+139+226=416 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.26% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 226 (88.67% from 255 or 54.33% from 416); Max value from RGB is 226 - color contains mainly: blue. Hex color #338BE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338BE2 is #CC741D. Grayscale: #7A7A7A. Windows color (decimal): -13399070 or 14846771. OLE color: 14846771.
HSL color Cylindrical-coordinate representation of color #338BE2: hue angle of 209.83º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #338BE2 is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 51 | 139 | 226 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.11 |
| HSL | 209.83º | 0.75% | 0.54% | - |
| HSV(B) | 209.83º | 0.77% | 0.89% | - |
| XYZ | 24.33 | 24.66 | 75.43 | - |
| YUV | 122.61 | 186.35 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 139 | 226 | 0.77 | 0.38 | 0 | 0.11 | 209.83 | 0.75 | 0.54 |
| Hex | 33 | 8B | E2 | 4D | 26 | 0 | B | D2 | 4B | 36 |
| Octal | 63 | 213 | 342 | 115 | 46 | 0 | 13 | 322 | 113 | 66 |
| Binary | 110011 | 10001011 | 11100010 | 1001101 | 100110 | 0 | 1011 | 11010010 | 1001011 | 110110 |
Color Harmonies of #338BE2
Complementary color
Monochromatic Colors of #338BE2
Black with #338BE2
Text Example
Text Example
White with #338BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338BE2; }
p { color: rgb(51,139,226); }
H1.HeaderClassName
{
color: #338BE2;
}
.AnyTagClassName
{
color: #338BE2;
}
</style>
background-color css
<style>
a { background-color: #338BE2; }
a { background-color: rgb(51,139,226); }
div.DivClassName
{
background-color: #338BE2;
}
.BgClassName
{
background-color: #338BE2;
}
</style>
border-color css
<style>
span { border-color: #338BE2; }
span { border-color: rgb(51,139,226); }
td.TdClassName
{
border-color: #338BE2;
}
.TagClassName
{
border-color: #338BE2;
}
</style>