Shades of Blue #1426FA
Tints of Blue #1426FA
RGB
CMYK
RGB Variations
Color information
#1426FA (or 0x1426FA) is known color: Blue. HEX triplet: 14, 26 and FA. RGB value is (20,38,250). Sum of RGB (Red+Green+Blue) = 20+38+250=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 250 (98.05% from 255 or 81.17% from 308); Max value from RGB is 250 - color contains mainly: blue. Hex color #1426FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1426FA is #EBD905. Grayscale: #373737. Windows color (decimal): -15456518 or 16393748. OLE color: 16393748.
HSL color Cylindrical-coordinate representation of color #1426FA: hue angle of 235.3º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1426FA is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 38 | 250 | - |
| CMYK | 0.92 | 0.85 | 0 | 0.02 |
| HSL | 235.3º | 0.96% | 0.53% | - |
| HSV(B) | 235.3º | 0.92% | 0.98% | - |
| XYZ | 18.24 | 8.44 | 91.11 | - |
| YUV | 56.79 | 237.04 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 38 | 250 | 0.92 | 0.85 | 0 | 0.02 | 235.3 | 0.96 | 0.53 |
| Hex | 14 | 26 | FA | 5C | 55 | 0 | 2 | EB | 60 | 35 |
| Octal | 24 | 46 | 372 | 134 | 125 | 0 | 2 | 353 | 140 | 65 |
| Binary | 10100 | 100110 | 11111010 | 1011100 | 1010101 | 0 | 10 | 11101011 | 1100000 | 110101 |
Color Harmonies of #1426FA
Complementary color
Monochromatic Colors of #1426FA
Black with #1426FA
Text Example
Text Example
White with #1426FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1426FA; }
p { color: rgb(20,38,250); }
H1.HeaderClassName
{
color: #1426FA;
}
.AnyTagClassName
{
color: #1426FA;
}
</style>
background-color css
<style>
a { background-color: #1426FA; }
a { background-color: rgb(20,38,250); }
div.DivClassName
{
background-color: #1426FA;
}
.BgClassName
{
background-color: #1426FA;
}
</style>
border-color css
<style>
span { border-color: #1426FA; }
span { border-color: rgb(20,38,250); }
td.TdClassName
{
border-color: #1426FA;
}
.TagClassName
{
border-color: #1426FA;
}
</style>