Shades of Dodger Blue #329EFE
Tints of Dodger Blue #329EFE
RGB
CMYK
RGB Variations
Color information
#329EFE (or 0x329EFE) is known color: Dodger Blue. HEX triplet: 32, 9E and FE. RGB value is (50,158,254). Sum of RGB (Red+Green+Blue) = 50+158+254=462 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.82% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #329EFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329EFE is #CD6101. Grayscale: #888888. Windows color (decimal): -13459714 or 16686642. OLE color: 16686642.
HSL color Cylindrical-coordinate representation of color #329EFE: hue angle of 208.24º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #329EFE is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 158 | 254 | - |
| CMYK | 0.80 | 0.38 | 0 | 0.00 |
| HSL | 208.24º | 0.99% | 0.6% | - |
| HSV(B) | 208.24º | 0.8% | 1% | - |
| XYZ | 31.43 | 32.29 | 98.34 | - |
| YUV | 136.65 | 194.22 | 66.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 158 | 254 | 0.80 | 0.38 | 0 | 0.00 | 208.24 | 0.99 | 0.6 |
| Hex | 32 | 9E | FE | 50 | 26 | 0 | 0 | D0 | 63 | 3C |
| Octal | 62 | 236 | 376 | 120 | 46 | 0 | 0 | 320 | 143 | 74 |
| Binary | 110010 | 10011110 | 11111110 | 1010000 | 100110 | 0 | 0 | 11010000 | 1100011 | 111100 |
Color Harmonies of #329EFE
Complementary color
Monochromatic Colors of #329EFE
Black with #329EFE
Text Example
Text Example
White with #329EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329EFE; }
p { color: rgb(50,158,254); }
H1.HeaderClassName
{
color: #329EFE;
}
.AnyTagClassName
{
color: #329EFE;
}
</style>
background-color css
<style>
a { background-color: #329EFE; }
a { background-color: rgb(50,158,254); }
div.DivClassName
{
background-color: #329EFE;
}
.BgClassName
{
background-color: #329EFE;
}
</style>
border-color css
<style>
span { border-color: #329EFE; }
span { border-color: rgb(50,158,254); }
td.TdClassName
{
border-color: #329EFE;
}
.TagClassName
{
border-color: #329EFE;
}
</style>