Shades of Dodger Blue #338BEF
Tints of Dodger Blue #338BEF
RGB
CMYK
RGB Variations
Color information
#338BEF (or 0x338BEF) is known color: Dodger Blue. HEX triplet: 33, 8B and EF. RGB value is (51,139,239). Sum of RGB (Red+Green+Blue) = 51+139+239=429 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.89% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #338BEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338BEF is #CC7410. Grayscale: #7B7B7B. Windows color (decimal): -13399057 or 15698739. OLE color: 15698739.
HSL color Cylindrical-coordinate representation of color #338BEF: hue angle of 211.91º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #338BEF is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 51 | 139 | 239 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.06 |
| HSL | 211.91º | 0.85% | 0.57% | - |
| HSV(B) | 211.91º | 0.79% | 0.94% | - |
| XYZ | 26.18 | 25.4 | 85.18 | - |
| YUV | 124.09 | 192.85 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 139 | 239 | 0.79 | 0.42 | 0 | 0.06 | 211.91 | 0.85 | 0.57 |
| Hex | 33 | 8B | EF | 4F | 2A | 0 | 6 | D4 | 55 | 39 |
| Octal | 63 | 213 | 357 | 117 | 52 | 0 | 6 | 324 | 125 | 71 |
| Binary | 110011 | 10001011 | 11101111 | 1001111 | 101010 | 0 | 110 | 11010100 | 1010101 | 111001 |
Color Harmonies of #338BEF
Complementary color
Monochromatic Colors of #338BEF
Black with #338BEF
Text Example
Text Example
White with #338BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338BEF; }
p { color: rgb(51,139,239); }
H1.HeaderClassName
{
color: #338BEF;
}
.AnyTagClassName
{
color: #338BEF;
}
</style>
background-color css
<style>
a { background-color: #338BEF; }
a { background-color: rgb(51,139,239); }
div.DivClassName
{
background-color: #338BEF;
}
.BgClassName
{
background-color: #338BEF;
}
</style>
border-color css
<style>
span { border-color: #338BEF; }
span { border-color: rgb(51,139,239); }
td.TdClassName
{
border-color: #338BEF;
}
.TagClassName
{
border-color: #338BEF;
}
</style>