Shades of Dodger Blue #327AFF
Tints of Dodger Blue #327AFF
RGB
CMYK
RGB Variations
Color information
#327AFF (or 0x327AFF) is known color: Dodger Blue. HEX triplet: 32, 7A and FF. RGB value is (50,122,255). Sum of RGB (Red+Green+Blue) = 50+122+255=427 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.71% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #327AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #327AFF is #CD8500. Grayscale: #737373. Windows color (decimal): -13468929 or 16742962. OLE color: 16742962.
HSL color Cylindrical-coordinate representation of color #327AFF: hue angle of 218.93º 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 #327AFF is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 122 | 255 | - |
| CMYK | 0.80 | 0.52 | 0 | 0 |
| HSL | 218.93º | 1% | 0.6% | - |
| HSV(B) | 218.93º | 0.8% | 1% | - |
| XYZ | 26.32 | 21.82 | 97.43 | - |
| YUV | 115.63 | 206.65 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 122 | 255 | 0.80 | 0.52 | 0 | 0 | 218.93 | 1 | 0.6 |
| Hex | 32 | 7A | FF | 50 | 34 | 0 | 0 | DB | 64 | 3C |
| Octal | 62 | 172 | 377 | 120 | 64 | 0 | 0 | 333 | 144 | 74 |
| Binary | 110010 | 1111010 | 11111111 | 1010000 | 110100 | 0 | 0 | 11011011 | 1100100 | 111100 |
Color Harmonies of #327AFF
Complementary color
Monochromatic Colors of #327AFF
Black with #327AFF
Text Example
Text Example
White with #327AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327AFF; }
p { color: rgb(50,122,255); }
H1.HeaderClassName
{
color: #327AFF;
}
.AnyTagClassName
{
color: #327AFF;
}
</style>
background-color css
<style>
a { background-color: #327AFF; }
a { background-color: rgb(50,122,255); }
div.DivClassName
{
background-color: #327AFF;
}
.BgClassName
{
background-color: #327AFF;
}
</style>
border-color css
<style>
span { border-color: #327AFF; }
span { border-color: rgb(50,122,255); }
td.TdClassName
{
border-color: #327AFF;
}
.TagClassName
{
border-color: #327AFF;
}
</style>