Shades of Dodger Blue #327CFE
Tints of Dodger Blue #327CFE
RGB
CMYK
RGB Variations
Color information
#327CFE (or 0x327CFE) is known color: Dodger Blue. HEX triplet: 32, 7C and FE. RGB value is (50,124,254). Sum of RGB (Red+Green+Blue) = 50+124+254=428 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.68% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #327CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #327CFE is #CD8301. Grayscale: #747474. Windows color (decimal): -13468418 or 16677938. OLE color: 16677938.
HSL color Cylindrical-coordinate representation of color #327CFE: hue angle of 218.24º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #327CFE is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 124 | 254 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.00 |
| HSL | 218.24º | 0.99% | 0.6% | - |
| HSV(B) | 218.24º | 0.8% | 1% | - |
| XYZ | 26.41 | 22.25 | 96.67 | - |
| YUV | 116.69 | 205.48 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 124 | 254 | 0.80 | 0.51 | 0 | 0.00 | 218.24 | 0.99 | 0.6 |
| Hex | 32 | 7C | FE | 50 | 33 | 0 | 0 | DA | 63 | 3C |
| Octal | 62 | 174 | 376 | 120 | 63 | 0 | 0 | 332 | 143 | 74 |
| Binary | 110010 | 1111100 | 11111110 | 1010000 | 110011 | 0 | 0 | 11011010 | 1100011 | 111100 |
Color Harmonies of #327CFE
Complementary color
Monochromatic Colors of #327CFE
Black with #327CFE
Text Example
Text Example
White with #327CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327CFE; }
p { color: rgb(50,124,254); }
H1.HeaderClassName
{
color: #327CFE;
}
.AnyTagClassName
{
color: #327CFE;
}
</style>
background-color css
<style>
a { background-color: #327CFE; }
a { background-color: rgb(50,124,254); }
div.DivClassName
{
background-color: #327CFE;
}
.BgClassName
{
background-color: #327CFE;
}
</style>
border-color css
<style>
span { border-color: #327CFE; }
span { border-color: rgb(50,124,254); }
td.TdClassName
{
border-color: #327CFE;
}
.TagClassName
{
border-color: #327CFE;
}
</style>