Shades of Dodger Blue #327DFB
Tints of Dodger Blue #327DFB
RGB
CMYK
RGB Variations
Color information
#327DFB (or 0x327DFB) is known color: Dodger Blue. HEX triplet: 32, 7D and FB. RGB value is (50,125,251). Sum of RGB (Red+Green+Blue) = 50+125+251=426 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.74% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #327DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #327DFB is #CD8204. Grayscale: #747474. Windows color (decimal): -13468165 or 16481586. OLE color: 16481586.
HSL color Cylindrical-coordinate representation of color #327DFB: hue angle of 217.61º 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 #327DFB is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 125 | 251 | - |
| CMYK | 0.80 | 0.50 | 0 | 0.02 |
| HSL | 217.61º | 0.96% | 0.59% | - |
| HSV(B) | 217.61º | 0.8% | 0.98% | - |
| XYZ | 26.06 | 22.31 | 94.2 | - |
| YUV | 116.94 | 203.65 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 125 | 251 | 0.80 | 0.50 | 0 | 0.02 | 217.61 | 0.96 | 0.59 |
| Hex | 32 | 7D | FB | 50 | 32 | 0 | 2 | DA | 60 | 3B |
| Octal | 62 | 175 | 373 | 120 | 62 | 0 | 2 | 332 | 140 | 73 |
| Binary | 110010 | 1111101 | 11111011 | 1010000 | 110010 | 0 | 10 | 11011010 | 1100000 | 111011 |
Color Harmonies of #327DFB
Complementary color
Monochromatic Colors of #327DFB
Black with #327DFB
Text Example
Text Example
White with #327DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327DFB; }
p { color: rgb(50,125,251); }
H1.HeaderClassName
{
color: #327DFB;
}
.AnyTagClassName
{
color: #327DFB;
}
</style>
background-color css
<style>
a { background-color: #327DFB; }
a { background-color: rgb(50,125,251); }
div.DivClassName
{
background-color: #327DFB;
}
.BgClassName
{
background-color: #327DFB;
}
</style>
border-color css
<style>
span { border-color: #327DFB; }
span { border-color: rgb(50,125,251); }
td.TdClassName
{
border-color: #327DFB;
}
.TagClassName
{
border-color: #327DFB;
}
</style>