Shades of Dodger Blue #327BFC
Tints of Dodger Blue #327BFC
RGB
CMYK
RGB Variations
Color information
#327BFC (or 0x327BFC) is known color: Dodger Blue. HEX triplet: 32, 7B and FC. RGB value is (50,123,252). Sum of RGB (Red+Green+Blue) = 50+123+252=425 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.76% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 252 (98.83% from 255 or 59.29% from 425); Max value from RGB is 252 - color contains mainly: blue. Hex color #327BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #327BFC is #CD8403. Grayscale: #737373. Windows color (decimal): -13468676 or 16546610. OLE color: 16546610.
HSL color Cylindrical-coordinate representation of color #327BFC: hue angle of 218.32º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #327BFC is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 123 | 252 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.01 |
| HSL | 218.32º | 0.97% | 0.59% | - |
| HSV(B) | 218.32º | 0.8% | 0.99% | - |
| XYZ | 25.97 | 21.87 | 94.95 | - |
| YUV | 115.88 | 204.82 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 123 | 252 | 0.80 | 0.51 | 0 | 0.01 | 218.32 | 0.97 | 0.59 |
| Hex | 32 | 7B | FC | 50 | 33 | 0 | 1 | DA | 61 | 3B |
| Octal | 62 | 173 | 374 | 120 | 63 | 0 | 1 | 332 | 141 | 73 |
| Binary | 110010 | 1111011 | 11111100 | 1010000 | 110011 | 0 | 1 | 11011010 | 1100001 | 111011 |
Color Harmonies of #327BFC
Complementary color
Monochromatic Colors of #327BFC
Black with #327BFC
Text Example
Text Example
White with #327BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327BFC; }
p { color: rgb(50,123,252); }
H1.HeaderClassName
{
color: #327BFC;
}
.AnyTagClassName
{
color: #327BFC;
}
</style>
background-color css
<style>
a { background-color: #327BFC; }
a { background-color: rgb(50,123,252); }
div.DivClassName
{
background-color: #327BFC;
}
.BgClassName
{
background-color: #327BFC;
}
</style>
border-color css
<style>
span { border-color: #327BFC; }
span { border-color: rgb(50,123,252); }
td.TdClassName
{
border-color: #327BFC;
}
.TagClassName
{
border-color: #327BFC;
}
</style>