Shades of Dodger Blue #329AF9
Tints of Dodger Blue #329AF9
RGB
CMYK
RGB Variations
Color information
#329AF9 (or 0x329AF9) is known color: Dodger Blue. HEX triplet: 32, 9A and F9. RGB value is (50,154,249). Sum of RGB (Red+Green+Blue) = 50+154+249=453 (60% of max value = 765). Red value is 50 (19.92% from 255 or 11.04% from 453); Green value is 154 (60.55% from 255 or 34.00% from 453); Blue value is 249 (97.66% from 255 or 54.97% from 453); Max value from RGB is 249 - color contains mainly: blue. Hex color #329AF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329AF9 is #CD6506. Grayscale: #858585. Windows color (decimal): -13460743 or 16357938. OLE color: 16357938.
HSL color Cylindrical-coordinate representation of color #329AF9: hue angle of 208.64º degrees, saturation: 0.94, 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 #329AF9 is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 154 | 249 | - |
| CMYK | 0.80 | 0.38 | 0 | 0.02 |
| HSL | 208.64º | 0.94% | 0.59% | - |
| HSV(B) | 208.64º | 0.8% | 0.98% | - |
| XYZ | 29.97 | 30.63 | 93.95 | - |
| YUV | 133.73 | 193.04 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 154 | 249 | 0.80 | 0.38 | 0 | 0.02 | 208.64 | 0.94 | 0.59 |
| Hex | 32 | 9A | F9 | 50 | 26 | 0 | 2 | D1 | 5E | 3B |
| Octal | 62 | 232 | 371 | 120 | 46 | 0 | 2 | 321 | 136 | 73 |
| Binary | 110010 | 10011010 | 11111001 | 1010000 | 100110 | 0 | 10 | 11010001 | 1011110 | 111011 |
Color Harmonies of #329AF9
Complementary color
Monochromatic Colors of #329AF9
Black with #329AF9
Text Example
Text Example
White with #329AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329AF9; }
p { color: rgb(50,154,249); }
H1.HeaderClassName
{
color: #329AF9;
}
.AnyTagClassName
{
color: #329AF9;
}
</style>
background-color css
<style>
a { background-color: #329AF9; }
a { background-color: rgb(50,154,249); }
div.DivClassName
{
background-color: #329AF9;
}
.BgClassName
{
background-color: #329AF9;
}
</style>
border-color css
<style>
span { border-color: #329AF9; }
span { border-color: rgb(50,154,249); }
td.TdClassName
{
border-color: #329AF9;
}
.TagClassName
{
border-color: #329AF9;
}
</style>