Shades of Blue #132CF8
Tints of Blue #132CF8
RGB
CMYK
RGB Variations
Color information
#132CF8 (or 0x132CF8) is known color: Blue. HEX triplet: 13, 2C and F8. RGB value is (19,44,248). Sum of RGB (Red+Green+Blue) = 19+44+248=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 248 (97.27% from 255 or 79.74% from 311); Max value from RGB is 248 - color contains mainly: blue. Hex color #132CF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #132CF8 is #ECD307. Grayscale: #3A3A3A. Windows color (decimal): -15520520 or 16264211. OLE color: 16264211.
HSL color Cylindrical-coordinate representation of color #132CF8: hue angle of 233.45º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #132CF8 is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 19 | 44 | 248 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.03 |
| HSL | 233.45º | 0.94% | 0.52% | - |
| HSV(B) | 233.45º | 0.92% | 0.97% | - |
| XYZ | 18.11 | 8.72 | 89.53 | - |
| YUV | 59.78 | 234.22 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 44 | 248 | 0.92 | 0.82 | 0 | 0.03 | 233.45 | 0.94 | 0.52 |
| Hex | 13 | 2C | F8 | 5C | 52 | 0 | 3 | E9 | 5E | 34 |
| Octal | 23 | 54 | 370 | 134 | 122 | 0 | 3 | 351 | 136 | 64 |
| Binary | 10011 | 101100 | 11111000 | 1011100 | 1010010 | 0 | 11 | 11101001 | 1011110 | 110100 |
Color Harmonies of #132CF8
Complementary color
Monochromatic Colors of #132CF8
Black with #132CF8
Text Example
Text Example
White with #132CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132CF8; }
p { color: rgb(19,44,248); }
H1.HeaderClassName
{
color: #132CF8;
}
.AnyTagClassName
{
color: #132CF8;
}
</style>
background-color css
<style>
a { background-color: #132CF8; }
a { background-color: rgb(19,44,248); }
div.DivClassName
{
background-color: #132CF8;
}
.BgClassName
{
background-color: #132CF8;
}
</style>
border-color css
<style>
span { border-color: #132CF8; }
span { border-color: rgb(19,44,248); }
td.TdClassName
{
border-color: #132CF8;
}
.TagClassName
{
border-color: #132CF8;
}
</style>