Shades of Blue #1425FA
Tints of Blue #1425FA
RGB
CMYK
RGB Variations
Color information
#1425FA (or 0x1425FA) is known color: Blue. HEX triplet: 14, 25 and FA. RGB value is (20,37,250). Sum of RGB (Red+Green+Blue) = 20+37+250=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 250 (98.05% from 255 or 81.43% from 307); Max value from RGB is 250 - color contains mainly: blue. Hex color #1425FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1425FA is #EBDA05. Grayscale: #373737. Windows color (decimal): -15456774 or 16393492. OLE color: 16393492.
HSL color Cylindrical-coordinate representation of color #1425FA: hue angle of 235.57º 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 #1425FA is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 37 | 250 | - |
| CMYK | 0.92 | 0.85 | 0 | 0.02 |
| HSL | 235.57º | 0.96% | 0.53% | - |
| HSV(B) | 235.57º | 0.92% | 0.98% | - |
| XYZ | 18.21 | 8.37 | 91.1 | - |
| YUV | 56.2 | 237.37 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 37 | 250 | 0.92 | 0.85 | 0 | 0.02 | 235.57 | 0.96 | 0.53 |
| Hex | 14 | 25 | FA | 5C | 55 | 0 | 2 | EC | 60 | 35 |
| Octal | 24 | 45 | 372 | 134 | 125 | 0 | 2 | 354 | 140 | 65 |
| Binary | 10100 | 100101 | 11111010 | 1011100 | 1010101 | 0 | 10 | 11101100 | 1100000 | 110101 |
Color Harmonies of #1425FA
Complementary color
Monochromatic Colors of #1425FA
Black with #1425FA
Text Example
Text Example
White with #1425FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1425FA; }
p { color: rgb(20,37,250); }
H1.HeaderClassName
{
color: #1425FA;
}
.AnyTagClassName
{
color: #1425FA;
}
</style>
background-color css
<style>
a { background-color: #1425FA; }
a { background-color: rgb(20,37,250); }
div.DivClassName
{
background-color: #1425FA;
}
.BgClassName
{
background-color: #1425FA;
}
</style>
border-color css
<style>
span { border-color: #1425FA; }
span { border-color: rgb(20,37,250); }
td.TdClassName
{
border-color: #1425FA;
}
.TagClassName
{
border-color: #1425FA;
}
</style>