Shades of Dodger Blue #327DFF
Tints of Dodger Blue #327DFF
RGB
CMYK
RGB Variations
Color information
#327DFF (or 0x327DFF) is known color: Dodger Blue. HEX triplet: 32, 7D and FF. RGB value is (50,125,255). Sum of RGB (Red+Green+Blue) = 50+125+255=430 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.63% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #327DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #327DFF is #CD8200. Grayscale: #747474. Windows color (decimal): -13468161 or 16743730. OLE color: 16743730.
HSL color Cylindrical-coordinate representation of color #327DFF: hue angle of 218.05º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #327DFF is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 125 | 255 | - |
| CMYK | 0.80 | 0.51 | 0 | 0 |
| HSL | 218.05º | 1% | 0.6% | - |
| HSV(B) | 218.05º | 0.8% | 1% | - |
| XYZ | 26.7 | 22.57 | 97.56 | - |
| YUV | 117.4 | 205.65 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 125 | 255 | 0.80 | 0.51 | 0 | 0 | 218.05 | 1 | 0.6 |
| Hex | 32 | 7D | FF | 50 | 33 | 0 | 0 | DA | 64 | 3C |
| Octal | 62 | 175 | 377 | 120 | 63 | 0 | 0 | 332 | 144 | 74 |
| Binary | 110010 | 1111101 | 11111111 | 1010000 | 110011 | 0 | 0 | 11011010 | 1100100 | 111100 |
Color Harmonies of #327DFF
Complementary color
Monochromatic Colors of #327DFF
Black with #327DFF
Text Example
Text Example
White with #327DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327DFF; }
p { color: rgb(50,125,255); }
H1.HeaderClassName
{
color: #327DFF;
}
.AnyTagClassName
{
color: #327DFF;
}
</style>
background-color css
<style>
a { background-color: #327DFF; }
a { background-color: rgb(50,125,255); }
div.DivClassName
{
background-color: #327DFF;
}
.BgClassName
{
background-color: #327DFF;
}
</style>
border-color css
<style>
span { border-color: #327DFF; }
span { border-color: rgb(50,125,255); }
td.TdClassName
{
border-color: #327DFF;
}
.TagClassName
{
border-color: #327DFF;
}
</style>