Shades of Blue #131CED
Tints of Blue #131CED
RGB
CMYK
RGB Variations
Color information
#131CED (or 0x131CED) is known color: Blue. HEX triplet: 13, 1C and ED. RGB value is (19,28,237). Sum of RGB (Red+Green+Blue) = 19+28+237=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 237 (92.97% from 255 or 83.45% from 284); Max value from RGB is 237 - color contains mainly: blue. Hex color #131CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131CED is #ECE312. Grayscale: #303030. Windows color (decimal): -15524627 or 15539219. OLE color: 15539219.
HSL color Cylindrical-coordinate representation of color #131CED: hue angle of 237.52º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #131CED is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 28 | 237 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.07 |
| HSL | 237.52º | 0.86% | 0.5% | - |
| HSV(B) | 237.52º | 0.92% | 0.93% | - |
| XYZ | 15.97 | 7.08 | 80.65 | - |
| YUV | 49.14 | 234.02 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 237 | 0.92 | 0.88 | 0 | 0.07 | 237.52 | 0.86 | 0.5 |
| Hex | 13 | 1C | ED | 5C | 58 | 0 | 7 | EE | 56 | 32 |
| Octal | 23 | 34 | 355 | 134 | 130 | 0 | 7 | 356 | 126 | 62 |
| Binary | 10011 | 11100 | 11101101 | 1011100 | 1011000 | 0 | 111 | 11101110 | 1010110 | 110010 |
Color Harmonies of #131CED
Complementary color
Monochromatic Colors of #131CED
Black with #131CED
Text Example
Text Example
White with #131CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131CED; }
p { color: rgb(19,28,237); }
H1.HeaderClassName
{
color: #131CED;
}
.AnyTagClassName
{
color: #131CED;
}
</style>
background-color css
<style>
a { background-color: #131CED; }
a { background-color: rgb(19,28,237); }
div.DivClassName
{
background-color: #131CED;
}
.BgClassName
{
background-color: #131CED;
}
</style>
border-color css
<style>
span { border-color: #131CED; }
span { border-color: rgb(19,28,237); }
td.TdClassName
{
border-color: #131CED;
}
.TagClassName
{
border-color: #131CED;
}
</style>