Shades of Blue #1400FA
Tints of Blue #1400FA
RGB
CMYK
RGB Variations
Color information
#1400FA (or 0x1400FA) is known color: Blue. HEX triplet: 14, 00 and FA. RGB value is (20,0,250). Sum of RGB (Red+Green+Blue) = 20+0+250=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 250 (98.05% from 255 or 92.59% from 270); Max value from RGB is 250 - color contains mainly: blue. Hex color #1400FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1400FA is #EBFF05. Grayscale: #212121. Windows color (decimal): -15466246 or 16384020. OLE color: 16384020.
HSL color Cylindrical-coordinate representation of color #1400FA: hue angle of 244.8º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1400FA is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 0 | 250 | - |
| CMYK | 0.92 | 1 | 0 | 0.02 |
| HSL | 244.8º | 1% | 0.49% | - |
| HSV(B) | 244.8º | 1% | 0.98% | - |
| XYZ | 17.54 | 7.05 | 90.88 | - |
| YUV | 34.48 | 249.63 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 0 | 250 | 0.92 | 1 | 0 | 0.02 | 244.8 | 1 | 0.49 |
| Hex | 14 | 0 | FA | 5C | 64 | 0 | 2 | F5 | 64 | 31 |
| Octal | 24 | 0 | 372 | 134 | 144 | 0 | 2 | 365 | 144 | 61 |
| Binary | 10100 | 0 | 11111010 | 1011100 | 1100100 | 0 | 10 | 11110101 | 1100100 | 110001 |
Color Harmonies of #1400FA
Complementary color
Monochromatic Colors of #1400FA
Black with #1400FA
Text Example
Text Example
White with #1400FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1400FA; }
p { color: rgb(20,0,250); }
H1.HeaderClassName
{
color: #1400FA;
}
.AnyTagClassName
{
color: #1400FA;
}
</style>
background-color css
<style>
a { background-color: #1400FA; }
a { background-color: rgb(20,0,250); }
div.DivClassName
{
background-color: #1400FA;
}
.BgClassName
{
background-color: #1400FA;
}
</style>
border-color css
<style>
span { border-color: #1400FA; }
span { border-color: rgb(20,0,250); }
td.TdClassName
{
border-color: #1400FA;
}
.TagClassName
{
border-color: #1400FA;
}
</style>