Shades of Dodger Blue #329BFA
Tints of Dodger Blue #329BFA
RGB
CMYK
RGB Variations
Color information
#329BFA (or 0x329BFA) is known color: Dodger Blue. HEX triplet: 32, 9B and FA. RGB value is (50,155,250). Sum of RGB (Red+Green+Blue) = 50+155+250=455 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.99% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #329BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329BFA is #CD6405. Grayscale: #858585. Windows color (decimal): -13460486 or 16423730. OLE color: 16423730.
HSL color Cylindrical-coordinate representation of color #329BFA: hue angle of 208.5º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #329BFA is Cyan = 0.8, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 155 | 250 | - |
| CMYK | 0.8 | 0.38 | 0 | 0.02 |
| HSL | 208.5º | 0.95% | 0.59% | - |
| HSV(B) | 208.5º | 0.8% | 0.98% | - |
| XYZ | 30.29 | 31.02 | 94.83 | - |
| YUV | 134.44 | 193.21 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 155 | 250 | 0.8 | 0.38 | 0 | 0.02 | 208.5 | 0.95 | 0.59 |
| Hex | 32 | 9B | FA | 50 | 26 | 0 | 2 | D0 | 5F | 3B |
| Octal | 62 | 233 | 372 | 120 | 46 | 0 | 2 | 320 | 137 | 73 |
| Binary | 110010 | 10011011 | 11111010 | 1010000 | 100110 | 0 | 10 | 11010000 | 1011111 | 111011 |
Color Harmonies of #329BFA
Complementary color
Monochromatic Colors of #329BFA
Black with #329BFA
Text Example
Text Example
White with #329BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329BFA; }
p { color: rgb(50,155,250); }
H1.HeaderClassName
{
color: #329BFA;
}
.AnyTagClassName
{
color: #329BFA;
}
</style>
background-color css
<style>
a { background-color: #329BFA; }
a { background-color: rgb(50,155,250); }
div.DivClassName
{
background-color: #329BFA;
}
.BgClassName
{
background-color: #329BFA;
}
</style>
border-color css
<style>
span { border-color: #329BFA; }
span { border-color: rgb(50,155,250); }
td.TdClassName
{
border-color: #329BFA;
}
.TagClassName
{
border-color: #329BFA;
}
</style>