Shades of Dodger Blue #328EEC
Tints of Dodger Blue #328EEC
RGB
CMYK
RGB Variations
Color information
#328EEC (or 0x328EEC) is known color: Dodger Blue. HEX triplet: 32, 8E and EC. RGB value is (50,142,236). Sum of RGB (Red+Green+Blue) = 50+142+236=428 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.68% from 428); Green value is 142 (55.86% from 255 or 33.18% 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 #328EEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328EEC is #CD7113. Grayscale: #7C7C7C. Windows color (decimal): -13463828 or 15502898. OLE color: 15502898.
HSL color Cylindrical-coordinate representation of color #328EEC: hue angle of 210.32º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #328EEC is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 142 | 236 | - |
| CMYK | 0.79 | 0.40 | 0 | 0.07 |
| HSL | 210.32º | 0.83% | 0.56% | - |
| HSV(B) | 210.32º | 0.79% | 0.93% | - |
| XYZ | 26.13 | 26.08 | 83.01 | - |
| YUV | 125.21 | 190.52 | 74.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 142 | 236 | 0.79 | 0.40 | 0 | 0.07 | 210.32 | 0.83 | 0.56 |
| Hex | 32 | 8E | EC | 4F | 28 | 0 | 7 | D2 | 53 | 38 |
| Octal | 62 | 216 | 354 | 117 | 50 | 0 | 7 | 322 | 123 | 70 |
| Binary | 110010 | 10001110 | 11101100 | 1001111 | 101000 | 0 | 111 | 11010010 | 1010011 | 111000 |
Color Harmonies of #328EEC
Complementary color
Monochromatic Colors of #328EEC
Black with #328EEC
Text Example
Text Example
White with #328EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328EEC; }
p { color: rgb(50,142,236); }
H1.HeaderClassName
{
color: #328EEC;
}
.AnyTagClassName
{
color: #328EEC;
}
</style>
background-color css
<style>
a { background-color: #328EEC; }
a { background-color: rgb(50,142,236); }
div.DivClassName
{
background-color: #328EEC;
}
.BgClassName
{
background-color: #328EEC;
}
</style>
border-color css
<style>
span { border-color: #328EEC; }
span { border-color: rgb(50,142,236); }
td.TdClassName
{
border-color: #328EEC;
}
.TagClassName
{
border-color: #328EEC;
}
</style>