Shades of Blue #1400FC
Tints of Blue #1400FC
RGB
CMYK
RGB Variations
Color information
#1400FC (or 0x1400FC) is known color: Blue. HEX triplet: 14, 00 and FC. RGB value is (20,0,252). Sum of RGB (Red+Green+Blue) = 20+0+252=272 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.35% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 252 (98.83% from 255 or 92.65% from 272); Max value from RGB is 252 - color contains mainly: blue. Hex color #1400FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1400FC is #EBFF03. Grayscale: #212121. Windows color (decimal): -15466244 or 16515092. OLE color: 16515092.
HSL color Cylindrical-coordinate representation of color #1400FC: hue angle of 244.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1400FC is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 0 | 252 | - |
| CMYK | 0.92 | 1 | 0 | 0.01 |
| HSL | 244.76º | 1% | 0.49% | - |
| HSV(B) | 244.76º | 1% | 0.99% | - |
| XYZ | 17.86 | 7.18 | 92.54 | - |
| YUV | 34.71 | 250.63 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 0 | 252 | 0.92 | 1 | 0 | 0.01 | 244.76 | 1 | 0.49 |
| Hex | 14 | 0 | FC | 5C | 64 | 0 | 1 | F5 | 64 | 31 |
| Octal | 24 | 0 | 374 | 134 | 144 | 0 | 1 | 365 | 144 | 61 |
| Binary | 10100 | 0 | 11111100 | 1011100 | 1100100 | 0 | 1 | 11110101 | 1100100 | 110001 |
Color Harmonies of #1400FC
Complementary color
Monochromatic Colors of #1400FC
Black with #1400FC
Text Example
Text Example
White with #1400FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1400FC; }
p { color: rgb(20,0,252); }
H1.HeaderClassName
{
color: #1400FC;
}
.AnyTagClassName
{
color: #1400FC;
}
</style>
background-color css
<style>
a { background-color: #1400FC; }
a { background-color: rgb(20,0,252); }
div.DivClassName
{
background-color: #1400FC;
}
.BgClassName
{
background-color: #1400FC;
}
</style>
border-color css
<style>
span { border-color: #1400FC; }
span { border-color: rgb(20,0,252); }
td.TdClassName
{
border-color: #1400FC;
}
.TagClassName
{
border-color: #1400FC;
}
</style>