Shades of Dodger Blue #338BEB
Tints of Dodger Blue #338BEB
RGB
CMYK
RGB Variations
Color information
#338BEB (or 0x338BEB) is known color: Dodger Blue. HEX triplet: 33, 8B and EB. RGB value is (51,139,235). Sum of RGB (Red+Green+Blue) = 51+139+235=425 (56% of max value = 765). Red value is 51 (20.31% from 255 or 12% from 425); Green value is 139 (54.69% from 255 or 32.71% from 425); Blue value is 235 (92.19% from 255 or 55.29% from 425); Max value from RGB is 235 - color contains mainly: blue. Hex color #338BEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338BEB is #CC7414. Grayscale: #7B7B7B. Windows color (decimal): -13399061 or 15436595. OLE color: 15436595.
HSL color Cylindrical-coordinate representation of color #338BEB: hue angle of 211.3º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #338BEB is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 51 | 139 | 235 | - |
| CMYK | 0.78 | 0.41 | 0 | 0.08 |
| HSL | 211.3º | 0.82% | 0.56% | - |
| HSV(B) | 211.3º | 0.78% | 0.92% | - |
| XYZ | 25.59 | 25.17 | 82.11 | - |
| YUV | 123.63 | 190.85 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 139 | 235 | 0.78 | 0.41 | 0 | 0.08 | 211.3 | 0.82 | 0.56 |
| Hex | 33 | 8B | EB | 4E | 29 | 0 | 8 | D3 | 52 | 38 |
| Octal | 63 | 213 | 353 | 116 | 51 | 0 | 10 | 323 | 122 | 70 |
| Binary | 110011 | 10001011 | 11101011 | 1001110 | 101001 | 0 | 1000 | 11010011 | 1010010 | 111000 |
Color Harmonies of #338BEB
Complementary color
Monochromatic Colors of #338BEB
Black with #338BEB
Text Example
Text Example
White with #338BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338BEB; }
p { color: rgb(51,139,235); }
H1.HeaderClassName
{
color: #338BEB;
}
.AnyTagClassName
{
color: #338BEB;
}
</style>
background-color css
<style>
a { background-color: #338BEB; }
a { background-color: rgb(51,139,235); }
div.DivClassName
{
background-color: #338BEB;
}
.BgClassName
{
background-color: #338BEB;
}
</style>
border-color css
<style>
span { border-color: #338BEB; }
span { border-color: rgb(51,139,235); }
td.TdClassName
{
border-color: #338BEB;
}
.TagClassName
{
border-color: #338BEB;
}
</style>