Shades of Dodger Blue #328DEF
Tints of Dodger Blue #328DEF
RGB
CMYK
RGB Variations
Color information
#328DEF (or 0x328DEF) is known color: Dodger Blue. HEX triplet: 32, 8D and EF. RGB value is (50,141,239). Sum of RGB (Red+Green+Blue) = 50+141+239=430 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.63% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #328DEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328DEF is #CD7210. Grayscale: #7C7C7C. Windows color (decimal): -13464081 or 15699250. OLE color: 15699250.
HSL color Cylindrical-coordinate representation of color #328DEF: hue angle of 211.11º degrees, saturation: 0.86, 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 #328DEF is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 141 | 239 | - |
| CMYK | 0.79 | 0.41 | 0 | 0.06 |
| HSL | 211.11º | 0.86% | 0.57% | - |
| HSV(B) | 211.11º | 0.79% | 0.94% | - |
| XYZ | 26.42 | 25.96 | 85.28 | - |
| YUV | 124.96 | 192.35 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 141 | 239 | 0.79 | 0.41 | 0 | 0.06 | 211.11 | 0.86 | 0.57 |
| Hex | 32 | 8D | EF | 4F | 29 | 0 | 6 | D3 | 56 | 39 |
| Octal | 62 | 215 | 357 | 117 | 51 | 0 | 6 | 323 | 126 | 71 |
| Binary | 110010 | 10001101 | 11101111 | 1001111 | 101001 | 0 | 110 | 11010011 | 1010110 | 111001 |
Color Harmonies of #328DEF
Complementary color
Monochromatic Colors of #328DEF
Black with #328DEF
Text Example
Text Example
White with #328DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328DEF; }
p { color: rgb(50,141,239); }
H1.HeaderClassName
{
color: #328DEF;
}
.AnyTagClassName
{
color: #328DEF;
}
</style>
background-color css
<style>
a { background-color: #328DEF; }
a { background-color: rgb(50,141,239); }
div.DivClassName
{
background-color: #328DEF;
}
.BgClassName
{
background-color: #328DEF;
}
</style>
border-color css
<style>
span { border-color: #328DEF; }
span { border-color: rgb(50,141,239); }
td.TdClassName
{
border-color: #328DEF;
}
.TagClassName
{
border-color: #328DEF;
}
</style>