Shades of Blue #1435FF
Tints of Blue #1435FF
RGB
CMYK
RGB Variations
Color information
#1435FF (or 0x1435FF) is known color: Blue. HEX triplet: 14, 35 and FF. RGB value is (20,53,255). Sum of RGB (Red+Green+Blue) = 20+53+255=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 255 (100% from 255 or 77.74% from 328); Max value from RGB is 255 - color contains mainly: blue. Hex color #1435FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1435FF is #EBCA00. Grayscale: #414141. Windows color (decimal): -15452673 or 16725268. OLE color: 16725268.
HSL color Cylindrical-coordinate representation of color #1435FF: hue angle of 231.57º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1435FF is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 53 | 255 | - |
| CMYK | 0.92 | 0.79 | 0 | 0 |
| HSL | 231.57º | 1% | 0.54% | - |
| HSV(B) | 231.57º | 0.92% | 1% | - |
| XYZ | 19.61 | 9.91 | 95.49 | - |
| YUV | 66.16 | 234.57 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 53 | 255 | 0.92 | 0.79 | 0 | 0 | 231.57 | 1 | 0.54 |
| Hex | 14 | 35 | FF | 5C | 4F | 0 | 0 | E8 | 64 | 36 |
| Octal | 24 | 65 | 377 | 134 | 117 | 0 | 0 | 350 | 144 | 66 |
| Binary | 10100 | 110101 | 11111111 | 1011100 | 1001111 | 0 | 0 | 11101000 | 1100100 | 110110 |
Color Harmonies of #1435FF
Complementary color
Monochromatic Colors of #1435FF
Black with #1435FF
Text Example
Text Example
White with #1435FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1435FF; }
p { color: rgb(20,53,255); }
H1.HeaderClassName
{
color: #1435FF;
}
.AnyTagClassName
{
color: #1435FF;
}
</style>
background-color css
<style>
a { background-color: #1435FF; }
a { background-color: rgb(20,53,255); }
div.DivClassName
{
background-color: #1435FF;
}
.BgClassName
{
background-color: #1435FF;
}
</style>
border-color css
<style>
span { border-color: #1435FF; }
span { border-color: rgb(20,53,255); }
td.TdClassName
{
border-color: #1435FF;
}
.TagClassName
{
border-color: #1435FF;
}
</style>