Shades of Dodger Blue #327CFB
Tints of Dodger Blue #327CFB
RGB
CMYK
RGB Variations
Color information
#327CFB (or 0x327CFB) is known color: Dodger Blue. HEX triplet: 32, 7C and FB. RGB value is (50,124,251). Sum of RGB (Red+Green+Blue) = 50+124+251=425 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.76% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 251 (98.44% from 255 or 59.06% from 425); Max value from RGB is 251 - color contains mainly: blue. Hex color #327CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #327CFB is #CD8304. Grayscale: #737373. Windows color (decimal): -13468421 or 16481330. OLE color: 16481330.
HSL color Cylindrical-coordinate representation of color #327CFB: hue angle of 217.91º 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 #327CFB is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 124 | 251 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.02 |
| HSL | 217.91º | 0.96% | 0.59% | - |
| HSV(B) | 217.91º | 0.8% | 0.98% | - |
| XYZ | 25.94 | 22.06 | 94.16 | - |
| YUV | 116.35 | 203.98 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 124 | 251 | 0.80 | 0.51 | 0 | 0.02 | 217.91 | 0.96 | 0.59 |
| Hex | 32 | 7C | FB | 50 | 33 | 0 | 2 | DA | 60 | 3B |
| Octal | 62 | 174 | 373 | 120 | 63 | 0 | 2 | 332 | 140 | 73 |
| Binary | 110010 | 1111100 | 11111011 | 1010000 | 110011 | 0 | 10 | 11011010 | 1100000 | 111011 |
Color Harmonies of #327CFB
Complementary color
Monochromatic Colors of #327CFB
Black with #327CFB
Text Example
Text Example
White with #327CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327CFB; }
p { color: rgb(50,124,251); }
H1.HeaderClassName
{
color: #327CFB;
}
.AnyTagClassName
{
color: #327CFB;
}
</style>
background-color css
<style>
a { background-color: #327CFB; }
a { background-color: rgb(50,124,251); }
div.DivClassName
{
background-color: #327CFB;
}
.BgClassName
{
background-color: #327CFB;
}
</style>
border-color css
<style>
span { border-color: #327CFB; }
span { border-color: rgb(50,124,251); }
td.TdClassName
{
border-color: #327CFB;
}
.TagClassName
{
border-color: #327CFB;
}
</style>