Shades of Dodger Blue #338DEC
Tints of Dodger Blue #338DEC
RGB
CMYK
RGB Variations
Color information
#338DEC (or 0x338DEC) is known color: Dodger Blue. HEX triplet: 33, 8D and EC. RGB value is (51,141,236). Sum of RGB (Red+Green+Blue) = 51+141+236=428 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.92% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #338DEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338DEC is #CC7213. Grayscale: #7C7C7C. Windows color (decimal): -13398548 or 15502643. OLE color: 15502643.
HSL color Cylindrical-coordinate representation of color #338DEC: hue angle of 210.81º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #338DEC is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 141 | 236 | - |
| CMYK | 0.78 | 0.40 | 0 | 0.07 |
| HSL | 210.81º | 0.83% | 0.56% | - |
| HSV(B) | 210.81º | 0.78% | 0.93% | - |
| XYZ | 26.03 | 25.81 | 82.97 | - |
| YUV | 124.92 | 190.68 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 141 | 236 | 0.78 | 0.40 | 0 | 0.07 | 210.81 | 0.83 | 0.56 |
| Hex | 33 | 8D | EC | 4E | 28 | 0 | 7 | D3 | 53 | 38 |
| Octal | 63 | 215 | 354 | 116 | 50 | 0 | 7 | 323 | 123 | 70 |
| Binary | 110011 | 10001101 | 11101100 | 1001110 | 101000 | 0 | 111 | 11010011 | 1010011 | 111000 |
Color Harmonies of #338DEC
Complementary color
Monochromatic Colors of #338DEC
Black with #338DEC
Text Example
Text Example
White with #338DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338DEC; }
p { color: rgb(51,141,236); }
H1.HeaderClassName
{
color: #338DEC;
}
.AnyTagClassName
{
color: #338DEC;
}
</style>
background-color css
<style>
a { background-color: #338DEC; }
a { background-color: rgb(51,141,236); }
div.DivClassName
{
background-color: #338DEC;
}
.BgClassName
{
background-color: #338DEC;
}
</style>
border-color css
<style>
span { border-color: #338DEC; }
span { border-color: rgb(51,141,236); }
td.TdClassName
{
border-color: #338DEC;
}
.TagClassName
{
border-color: #338DEC;
}
</style>