Shades of Blue #190BF2
Tints of Blue #190BF2
RGB
CMYK
RGB Variations
Color information
#190BF2 (or 0x190BF2) is known color: Blue. HEX triplet: 19, 0B and F2. RGB value is (25,11,242). Sum of RGB (Red+Green+Blue) = 25+11+242=278 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.99% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 242 (94.92% from 255 or 87.05% from 278); Max value from RGB is 242 - color contains mainly: blue. Hex color #190BF2 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #190BF2 is #E6F40D. Grayscale: #282828. Windows color (decimal): -15135758 or 15862553. OLE color: 15862553.
HSL color Cylindrical-coordinate representation of color #190BF2: hue angle of 243.64º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #190BF2 is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 11 | 242 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.05 |
| HSL | 243.64º | 0.91% | 0.5% | - |
| HSV(B) | 243.64º | 0.95% | 0.95% | - |
| XYZ | 16.55 | 6.86 | 84.46 | - |
| YUV | 41.52 | 241.14 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 11 | 242 | 0.90 | 0.95 | 0 | 0.05 | 243.64 | 0.91 | 0.5 |
| Hex | 19 | B | F2 | 5A | 5F | 0 | 5 | F4 | 5B | 32 |
| Octal | 31 | 13 | 362 | 132 | 137 | 0 | 5 | 364 | 133 | 62 |
| Binary | 11001 | 1011 | 11110010 | 1011010 | 1011111 | 0 | 101 | 11110100 | 1011011 | 110010 |
Color Harmonies of #190BF2
Complementary color
Monochromatic Colors of #190BF2
Black with #190BF2
Text Example
Text Example
White with #190BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190BF2; }
p { color: rgb(25,11,242); }
H1.HeaderClassName
{
color: #190BF2;
}
.AnyTagClassName
{
color: #190BF2;
}
</style>
background-color css
<style>
a { background-color: #190BF2; }
a { background-color: rgb(25,11,242); }
div.DivClassName
{
background-color: #190BF2;
}
.BgClassName
{
background-color: #190BF2;
}
</style>
border-color css
<style>
span { border-color: #190BF2; }
span { border-color: rgb(25,11,242); }
td.TdClassName
{
border-color: #190BF2;
}
.TagClassName
{
border-color: #190BF2;
}
</style>