Shades of Blue #1436FC
Tints of Blue #1436FC
RGB
CMYK
RGB Variations
Color information
#1436FC (or 0x1436FC) is known color: Blue. HEX triplet: 14, 36 and FC. RGB value is (20,54,252). Sum of RGB (Red+Green+Blue) = 20+54+252=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 252 (98.83% from 255 or 77.30% from 326); Max value from RGB is 252 - color contains mainly: blue. Hex color #1436FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1436FC is #EBC903. Grayscale: #414141. Windows color (decimal): -15452420 or 16528916. OLE color: 16528916.
HSL color Cylindrical-coordinate representation of color #1436FC: hue angle of 231.21º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1436FC is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 54 | 252 | - |
| CMYK | 0.92 | 0.79 | 0 | 0.01 |
| HSL | 231.21º | 0.97% | 0.53% | - |
| HSV(B) | 231.21º | 0.92% | 0.99% | - |
| XYZ | 19.18 | 9.82 | 92.98 | - |
| YUV | 66.41 | 232.74 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 54 | 252 | 0.92 | 0.79 | 0 | 0.01 | 231.21 | 0.97 | 0.53 |
| Hex | 14 | 36 | FC | 5C | 4F | 0 | 1 | E7 | 61 | 35 |
| Octal | 24 | 66 | 374 | 134 | 117 | 0 | 1 | 347 | 141 | 65 |
| Binary | 10100 | 110110 | 11111100 | 1011100 | 1001111 | 0 | 1 | 11100111 | 1100001 | 110101 |
Color Harmonies of #1436FC
Complementary color
Monochromatic Colors of #1436FC
Black with #1436FC
Text Example
Text Example
White with #1436FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1436FC; }
p { color: rgb(20,54,252); }
H1.HeaderClassName
{
color: #1436FC;
}
.AnyTagClassName
{
color: #1436FC;
}
</style>
background-color css
<style>
a { background-color: #1436FC; }
a { background-color: rgb(20,54,252); }
div.DivClassName
{
background-color: #1436FC;
}
.BgClassName
{
background-color: #1436FC;
}
</style>
border-color css
<style>
span { border-color: #1436FC; }
span { border-color: rgb(20,54,252); }
td.TdClassName
{
border-color: #1436FC;
}
.TagClassName
{
border-color: #1436FC;
}
</style>