Shades of Blue #1435FE
Tints of Blue #1435FE
RGB
CMYK
RGB Variations
Color information
#1435FE (or 0x1435FE) is known color: Blue. HEX triplet: 14, 35 and FE. RGB value is (20,53,254). Sum of RGB (Red+Green+Blue) = 20+53+254=327 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.12% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 254 (99.61% from 255 or 77.68% from 327); Max value from RGB is 254 - color contains mainly: blue. Hex color #1435FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1435FE is #EBCA01. Grayscale: #414141. Windows color (decimal): -15452674 or 16659732. OLE color: 16659732.
HSL color Cylindrical-coordinate representation of color #1435FE: hue angle of 231.54º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1435FE is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 53 | 254 | - |
| CMYK | 0.92 | 0.79 | 0 | 0.00 |
| HSL | 231.54º | 0.99% | 0.54% | - |
| HSV(B) | 231.54º | 0.92% | 1% | - |
| XYZ | 19.45 | 9.85 | 94.64 | - |
| YUV | 66.05 | 234.07 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 53 | 254 | 0.92 | 0.79 | 0 | 0.00 | 231.54 | 0.99 | 0.54 |
| Hex | 14 | 35 | FE | 5C | 4F | 0 | 0 | E8 | 63 | 36 |
| Octal | 24 | 65 | 376 | 134 | 117 | 0 | 0 | 350 | 143 | 66 |
| Binary | 10100 | 110101 | 11111110 | 1011100 | 1001111 | 0 | 0 | 11101000 | 1100011 | 110110 |
Color Harmonies of #1435FE
Complementary color
Monochromatic Colors of #1435FE
Black with #1435FE
Text Example
Text Example
White with #1435FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1435FE; }
p { color: rgb(20,53,254); }
H1.HeaderClassName
{
color: #1435FE;
}
.AnyTagClassName
{
color: #1435FE;
}
</style>
background-color css
<style>
a { background-color: #1435FE; }
a { background-color: rgb(20,53,254); }
div.DivClassName
{
background-color: #1435FE;
}
.BgClassName
{
background-color: #1435FE;
}
</style>
border-color css
<style>
span { border-color: #1435FE; }
span { border-color: rgb(20,53,254); }
td.TdClassName
{
border-color: #1435FE;
}
.TagClassName
{
border-color: #1435FE;
}
</style>