Shades of Blue #132DF8
Tints of Blue #132DF8
RGB
CMYK
RGB Variations
Color information
#132DF8 (or 0x132DF8) is known color: Blue. HEX triplet: 13, 2D and F8. RGB value is (19,45,248). Sum of RGB (Red+Green+Blue) = 19+45+248=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 248 (97.27% from 255 or 79.49% from 312); Max value from RGB is 248 - color contains mainly: blue. Hex color #132DF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #132DF8 is #ECD207. Grayscale: #3B3B3B. Windows color (decimal): -15520264 or 16264467. OLE color: 16264467.
HSL color Cylindrical-coordinate representation of color #132DF8: hue angle of 233.19º 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 #132DF8 is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 19 | 45 | 248 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.03 |
| HSL | 233.19º | 0.94% | 0.52% | - |
| HSV(B) | 233.19º | 0.92% | 0.97% | - |
| XYZ | 18.15 | 8.79 | 89.55 | - |
| YUV | 60.37 | 233.89 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 248 | 0.92 | 0.82 | 0 | 0.03 | 233.19 | 0.94 | 0.52 |
| Hex | 13 | 2D | F8 | 5C | 52 | 0 | 3 | E9 | 5E | 34 |
| Octal | 23 | 55 | 370 | 134 | 122 | 0 | 3 | 351 | 136 | 64 |
| Binary | 10011 | 101101 | 11111000 | 1011100 | 1010010 | 0 | 11 | 11101001 | 1011110 | 110100 |
Color Harmonies of #132DF8
Complementary color
Monochromatic Colors of #132DF8
Black with #132DF8
Text Example
Text Example
White with #132DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132DF8; }
p { color: rgb(19,45,248); }
H1.HeaderClassName
{
color: #132DF8;
}
.AnyTagClassName
{
color: #132DF8;
}
</style>
background-color css
<style>
a { background-color: #132DF8; }
a { background-color: rgb(19,45,248); }
div.DivClassName
{
background-color: #132DF8;
}
.BgClassName
{
background-color: #132DF8;
}
</style>
border-color css
<style>
span { border-color: #132DF8; }
span { border-color: rgb(19,45,248); }
td.TdClassName
{
border-color: #132DF8;
}
.TagClassName
{
border-color: #132DF8;
}
</style>