Shades of Blue #2004FC
Tints of Blue #2004FC
RGB
CMYK
RGB Variations
Color information
#2004FC (or 0x2004FC) is known color: Blue. HEX triplet: 20, 04 and FC. RGB value is (32,4,252). Sum of RGB (Red+Green+Blue) = 32+4+252=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 252 (98.83% from 255 or 87.5% from 288); Max value from RGB is 252 - color contains mainly: blue. Hex color #2004FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2004FC is #DFFB03. Grayscale: #272727. Windows color (decimal): -14678788 or 16516128. OLE color: 16516128.
HSL color Cylindrical-coordinate representation of color #2004FC: hue angle of 246.77º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2004FC is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 4 | 252 | - |
| CMYK | 0.87 | 0.98 | 0 | 0.01 |
| HSL | 246.77º | 0.98% | 0.5% | - |
| HSV(B) | 246.77º | 0.98% | 0.99% | - |
| XYZ | 18.21 | 7.42 | 92.57 | - |
| YUV | 40.64 | 247.28 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 4 | 252 | 0.87 | 0.98 | 0 | 0.01 | 246.77 | 0.98 | 0.5 |
| Hex | 20 | 4 | FC | 57 | 62 | 0 | 1 | F7 | 62 | 32 |
| Octal | 40 | 4 | 374 | 127 | 142 | 0 | 1 | 367 | 142 | 62 |
| Binary | 100000 | 100 | 11111100 | 1010111 | 1100010 | 0 | 1 | 11110111 | 1100010 | 110010 |
Color Harmonies of #2004FC
Complementary color
Monochromatic Colors of #2004FC
Black with #2004FC
Text Example
Text Example
White with #2004FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2004FC; }
p { color: rgb(32,4,252); }
H1.HeaderClassName
{
color: #2004FC;
}
.AnyTagClassName
{
color: #2004FC;
}
</style>
background-color css
<style>
a { background-color: #2004FC; }
a { background-color: rgb(32,4,252); }
div.DivClassName
{
background-color: #2004FC;
}
.BgClassName
{
background-color: #2004FC;
}
</style>
border-color css
<style>
span { border-color: #2004FC; }
span { border-color: rgb(32,4,252); }
td.TdClassName
{
border-color: #2004FC;
}
.TagClassName
{
border-color: #2004FC;
}
</style>