Shades of Dodger Blue #338BEE
Tints of Dodger Blue #338BEE
RGB
CMYK
RGB Variations
Color information
#338BEE (or 0x338BEE) is known color: Dodger Blue. HEX triplet: 33, 8B and EE. RGB value is (51,139,238). Sum of RGB (Red+Green+Blue) = 51+139+238=428 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.92% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 238 (93.36% from 255 or 55.61% from 428); Max value from RGB is 238 - color contains mainly: blue. Hex color #338BEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338BEE is #CC7411. Grayscale: #7B7B7B. Windows color (decimal): -13399058 or 15633203. OLE color: 15633203.
HSL color Cylindrical-coordinate representation of color #338BEE: hue angle of 211.76º 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 #338BEE is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 139 | 238 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.07 |
| HSL | 211.76º | 0.85% | 0.57% | - |
| HSV(B) | 211.76º | 0.79% | 0.93% | - |
| XYZ | 26.03 | 25.34 | 84.41 | - |
| YUV | 123.97 | 192.35 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 139 | 238 | 0.79 | 0.42 | 0 | 0.07 | 211.76 | 0.85 | 0.57 |
| Hex | 33 | 8B | EE | 4F | 2A | 0 | 7 | D4 | 55 | 39 |
| Octal | 63 | 213 | 356 | 117 | 52 | 0 | 7 | 324 | 125 | 71 |
| Binary | 110011 | 10001011 | 11101110 | 1001111 | 101010 | 0 | 111 | 11010100 | 1010101 | 111001 |
Color Harmonies of #338BEE
Complementary color
Monochromatic Colors of #338BEE
Black with #338BEE
Text Example
Text Example
White with #338BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338BEE; }
p { color: rgb(51,139,238); }
H1.HeaderClassName
{
color: #338BEE;
}
.AnyTagClassName
{
color: #338BEE;
}
</style>
background-color css
<style>
a { background-color: #338BEE; }
a { background-color: rgb(51,139,238); }
div.DivClassName
{
background-color: #338BEE;
}
.BgClassName
{
background-color: #338BEE;
}
</style>
border-color css
<style>
span { border-color: #338BEE; }
span { border-color: rgb(51,139,238); }
td.TdClassName
{
border-color: #338BEE;
}
.TagClassName
{
border-color: #338BEE;
}
</style>