Shades of Blue #2319FA
Tints of Blue #2319FA
RGB
CMYK
RGB Variations
Color information
#2319FA (or 0x2319FA) is known color: Blue. HEX triplet: 23, 19 and FA. RGB value is (35,25,250). Sum of RGB (Red+Green+Blue) = 35+25+250=310 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.29% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 250 (98.05% from 255 or 80.65% from 310); Max value from RGB is 250 - color contains mainly: blue. Hex color #2319FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2319FA is #DCE605. Grayscale: #343434. Windows color (decimal): -14476806 or 16390435. OLE color: 16390435.
HSL color Cylindrical-coordinate representation of color #2319FA: hue angle of 242.67º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2319FA is Cyan = 0.86, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 25 | 250 | - |
| CMYK | 0.86 | 0.9 | 0 | 0.02 |
| HSL | 242.67º | 0.96% | 0.54% | - |
| HSV(B) | 242.67º | 0.9% | 0.98% | - |
| XYZ | 18.3 | 7.95 | 91.01 | - |
| YUV | 53.64 | 238.81 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 250 | 0.86 | 0.9 | 0 | 0.02 | 242.67 | 0.96 | 0.54 |
| Hex | 23 | 19 | FA | 56 | 5A | 0 | 2 | F3 | 60 | 36 |
| Octal | 43 | 31 | 372 | 126 | 132 | 0 | 2 | 363 | 140 | 66 |
| Binary | 100011 | 11001 | 11111010 | 1010110 | 1011010 | 0 | 10 | 11110011 | 1100000 | 110110 |
Color Harmonies of #2319FA
Complementary color
Monochromatic Colors of #2319FA
Black with #2319FA
Text Example
Text Example
White with #2319FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2319FA; }
p { color: rgb(35,25,250); }
H1.HeaderClassName
{
color: #2319FA;
}
.AnyTagClassName
{
color: #2319FA;
}
</style>
background-color css
<style>
a { background-color: #2319FA; }
a { background-color: rgb(35,25,250); }
div.DivClassName
{
background-color: #2319FA;
}
.BgClassName
{
background-color: #2319FA;
}
</style>
border-color css
<style>
span { border-color: #2319FA; }
span { border-color: rgb(35,25,250); }
td.TdClassName
{
border-color: #2319FA;
}
.TagClassName
{
border-color: #2319FA;
}
</style>