Shades of Blue #1636FF
Tints of Blue #1636FF
RGB
CMYK
RGB Variations
Color information
#1636FF (or 0x1636FF) is known color: Blue. HEX triplet: 16, 36 and FF. RGB value is (22,54,255). Sum of RGB (Red+Green+Blue) = 22+54+255=331 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.65% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 255 (100% from 255 or 77.04% from 331); Max value from RGB is 255 - color contains mainly: blue. Hex color #1636FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1636FF is #E9C900. Grayscale: #424242. Windows color (decimal): -15321345 or 16725526. OLE color: 16725526.
HSL color Cylindrical-coordinate representation of color #1636FF: hue angle of 231.76º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1636FF is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 54 | 255 | - |
| CMYK | 0.91 | 0.79 | 0 | 0 |
| HSL | 231.76º | 1% | 0.54% | - |
| HSV(B) | 231.76º | 0.91% | 1% | - |
| XYZ | 19.7 | 10.03 | 95.51 | - |
| YUV | 67.35 | 233.9 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 54 | 255 | 0.91 | 0.79 | 0 | 0 | 231.76 | 1 | 0.54 |
| Hex | 16 | 36 | FF | 5B | 4F | 0 | 0 | E8 | 64 | 36 |
| Octal | 26 | 66 | 377 | 133 | 117 | 0 | 0 | 350 | 144 | 66 |
| Binary | 10110 | 110110 | 11111111 | 1011011 | 1001111 | 0 | 0 | 11101000 | 1100100 | 110110 |
Color Harmonies of #1636FF
Complementary color
Monochromatic Colors of #1636FF
Black with #1636FF
Text Example
Text Example
White with #1636FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1636FF; }
p { color: rgb(22,54,255); }
H1.HeaderClassName
{
color: #1636FF;
}
.AnyTagClassName
{
color: #1636FF;
}
</style>
background-color css
<style>
a { background-color: #1636FF; }
a { background-color: rgb(22,54,255); }
div.DivClassName
{
background-color: #1636FF;
}
.BgClassName
{
background-color: #1636FF;
}
</style>
border-color css
<style>
span { border-color: #1636FF; }
span { border-color: rgb(22,54,255); }
td.TdClassName
{
border-color: #1636FF;
}
.TagClassName
{
border-color: #1636FF;
}
</style>