Shades of Blue #2319FB
Tints of Blue #2319FB
RGB
CMYK
RGB Variations
Color information
#2319FB (or 0x2319FB) is known color: Blue. HEX triplet: 23, 19 and FB. RGB value is (35,25,251). Sum of RGB (Red+Green+Blue) = 35+25+251=311 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.25% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 251 (98.44% from 255 or 80.71% from 311); Max value from RGB is 251 - color contains mainly: blue. Hex color #2319FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2319FB is #DCE604. Grayscale: #343434. Windows color (decimal): -14476805 or 16455971. OLE color: 16455971.
HSL color Cylindrical-coordinate representation of color #2319FB: hue angle of 242.65º degrees, saturation: 0.97, 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 #2319FB is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 25 | 251 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.02 |
| HSL | 242.65º | 0.97% | 0.54% | - |
| HSV(B) | 242.65º | 0.9% | 0.98% | - |
| XYZ | 18.45 | 8.02 | 91.84 | - |
| YUV | 53.75 | 239.31 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 251 | 0.86 | 0.90 | 0 | 0.02 | 242.65 | 0.97 | 0.54 |
| Hex | 23 | 19 | FB | 56 | 5A | 0 | 2 | F3 | 61 | 36 |
| Octal | 43 | 31 | 373 | 126 | 132 | 0 | 2 | 363 | 141 | 66 |
| Binary | 100011 | 11001 | 11111011 | 1010110 | 1011010 | 0 | 10 | 11110011 | 1100001 | 110110 |
Color Harmonies of #2319FB
Complementary color
Monochromatic Colors of #2319FB
Black with #2319FB
Text Example
Text Example
White with #2319FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2319FB; }
p { color: rgb(35,25,251); }
H1.HeaderClassName
{
color: #2319FB;
}
.AnyTagClassName
{
color: #2319FB;
}
</style>
background-color css
<style>
a { background-color: #2319FB; }
a { background-color: rgb(35,25,251); }
div.DivClassName
{
background-color: #2319FB;
}
.BgClassName
{
background-color: #2319FB;
}
</style>
border-color css
<style>
span { border-color: #2319FB; }
span { border-color: rgb(35,25,251); }
td.TdClassName
{
border-color: #2319FB;
}
.TagClassName
{
border-color: #2319FB;
}
</style>