Shades of Dodger Blue #328BEF
Tints of Dodger Blue #328BEF
RGB
CMYK
RGB Variations
Color information
#328BEF (or 0x328BEF) is known color: Dodger Blue. HEX triplet: 32, 8B and EF. RGB value is (50,139,239). Sum of RGB (Red+Green+Blue) = 50+139+239=428 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.68% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 239 (93.75% from 255 or 55.84% from 428); Max value from RGB is 239 - color contains mainly: blue. Hex color #328BEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328BEF is #CD7410. Grayscale: #7B7B7B. Windows color (decimal): -13464593 or 15698738. OLE color: 15698738.
HSL color Cylindrical-coordinate representation of color #328BEF: hue angle of 211.75º 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 #328BEF is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 139 | 239 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.06 |
| HSL | 211.75º | 0.86% | 0.57% | - |
| HSV(B) | 211.75º | 0.79% | 0.94% | - |
| XYZ | 26.13 | 25.38 | 85.18 | - |
| YUV | 123.79 | 193.01 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 139 | 239 | 0.79 | 0.42 | 0 | 0.06 | 211.75 | 0.86 | 0.57 |
| Hex | 32 | 8B | EF | 4F | 2A | 0 | 6 | D4 | 56 | 39 |
| Octal | 62 | 213 | 357 | 117 | 52 | 0 | 6 | 324 | 126 | 71 |
| Binary | 110010 | 10001011 | 11101111 | 1001111 | 101010 | 0 | 110 | 11010100 | 1010110 | 111001 |
Color Harmonies of #328BEF
Complementary color
Monochromatic Colors of #328BEF
Black with #328BEF
Text Example
Text Example
White with #328BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328BEF; }
p { color: rgb(50,139,239); }
H1.HeaderClassName
{
color: #328BEF;
}
.AnyTagClassName
{
color: #328BEF;
}
</style>
background-color css
<style>
a { background-color: #328BEF; }
a { background-color: rgb(50,139,239); }
div.DivClassName
{
background-color: #328BEF;
}
.BgClassName
{
background-color: #328BEF;
}
</style>
border-color css
<style>
span { border-color: #328BEF; }
span { border-color: rgb(50,139,239); }
td.TdClassName
{
border-color: #328BEF;
}
.TagClassName
{
border-color: #328BEF;
}
</style>