Shades of Blue #131BFD
Tints of Blue #131BFD
RGB
CMYK
RGB Variations
Color information
#131BFD (or 0x131BFD) is known color: Blue. HEX triplet: 13, 1B and FD. RGB value is (19,27,253). Sum of RGB (Red+Green+Blue) = 19+27+253=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 27 (10.94% from 255 or 9.03% from 299); Blue value is 253 (99.22% from 255 or 84.62% from 299); Max value from RGB is 253 - color contains mainly: blue. Hex color #131BFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131BFD is #ECE402. Grayscale: #313131. Windows color (decimal): -15524867 or 16587539. OLE color: 16587539.
HSL color Cylindrical-coordinate representation of color #131BFD: hue angle of 237.95º degrees, saturation: 0.98, 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 #131BFD is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 27 | 253 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.01 |
| HSL | 237.95º | 0.98% | 0.53% | - |
| HSV(B) | 237.95º | 0.92% | 0.99% | - |
| XYZ | 18.39 | 8.01 | 93.51 | - |
| YUV | 50.37 | 242.35 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 253 | 0.92 | 0.89 | 0 | 0.01 | 237.95 | 0.98 | 0.53 |
| Hex | 13 | 1B | FD | 5C | 59 | 0 | 1 | EE | 62 | 35 |
| Octal | 23 | 33 | 375 | 134 | 131 | 0 | 1 | 356 | 142 | 65 |
| Binary | 10011 | 11011 | 11111101 | 1011100 | 1011001 | 0 | 1 | 11101110 | 1100010 | 110101 |
Color Harmonies of #131BFD
Complementary color
Monochromatic Colors of #131BFD
Black with #131BFD
Text Example
Text Example
White with #131BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131BFD; }
p { color: rgb(19,27,253); }
H1.HeaderClassName
{
color: #131BFD;
}
.AnyTagClassName
{
color: #131BFD;
}
</style>
background-color css
<style>
a { background-color: #131BFD; }
a { background-color: rgb(19,27,253); }
div.DivClassName
{
background-color: #131BFD;
}
.BgClassName
{
background-color: #131BFD;
}
</style>
border-color css
<style>
span { border-color: #131BFD; }
span { border-color: rgb(19,27,253); }
td.TdClassName
{
border-color: #131BFD;
}
.TagClassName
{
border-color: #131BFD;
}
</style>