Shades of Dodger Blue #327AFB
Tints of Dodger Blue #327AFB
RGB
CMYK
RGB Variations
Color information
#327AFB (or 0x327AFB) is known color: Dodger Blue. HEX triplet: 32, 7A and FB. RGB value is (50,122,251). Sum of RGB (Red+Green+Blue) = 50+122+251=423 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.82% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #327AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #327AFB is #CD8504. Grayscale: #727272. Windows color (decimal): -13468933 or 16480818. OLE color: 16480818.
HSL color Cylindrical-coordinate representation of color #327AFB: hue angle of 218.51º degrees, saturation: 0.96, 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 #327AFB is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 122 | 251 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.02 |
| HSL | 218.51º | 0.96% | 0.59% | - |
| HSV(B) | 218.51º | 0.8% | 0.98% | - |
| XYZ | 25.69 | 21.56 | 94.07 | - |
| YUV | 115.18 | 204.65 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 122 | 251 | 0.80 | 0.51 | 0 | 0.02 | 218.51 | 0.96 | 0.59 |
| Hex | 32 | 7A | FB | 50 | 33 | 0 | 2 | DB | 60 | 3B |
| Octal | 62 | 172 | 373 | 120 | 63 | 0 | 2 | 333 | 140 | 73 |
| Binary | 110010 | 1111010 | 11111011 | 1010000 | 110011 | 0 | 10 | 11011011 | 1100000 | 111011 |
Color Harmonies of #327AFB
Complementary color
Monochromatic Colors of #327AFB
Black with #327AFB
Text Example
Text Example
White with #327AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327AFB; }
p { color: rgb(50,122,251); }
H1.HeaderClassName
{
color: #327AFB;
}
.AnyTagClassName
{
color: #327AFB;
}
</style>
background-color css
<style>
a { background-color: #327AFB; }
a { background-color: rgb(50,122,251); }
div.DivClassName
{
background-color: #327AFB;
}
.BgClassName
{
background-color: #327AFB;
}
</style>
border-color css
<style>
span { border-color: #327AFB; }
span { border-color: rgb(50,122,251); }
td.TdClassName
{
border-color: #327AFB;
}
.TagClassName
{
border-color: #327AFB;
}
</style>