Shades of Blue #2312FA
Tints of Blue #2312FA
RGB
CMYK
RGB Variations
Color information
#2312FA (or 0x2312FA) is known color: Blue. HEX triplet: 23, 12 and FA. RGB value is (35,18,250). Sum of RGB (Red+Green+Blue) = 35+18+250=303 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.55% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 250 (98.05% from 255 or 82.51% from 303); Max value from RGB is 250 - color contains mainly: blue. Hex color #2312FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2312FA is #DCED05. Grayscale: #303030. Windows color (decimal): -14478598 or 16388643. OLE color: 16388643.
HSL color Cylindrical-coordinate representation of color #2312FA: hue angle of 244.4º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2312FA is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 18 | 250 | - |
| CMYK | 0.86 | 0.93 | 0 | 0.02 |
| HSL | 244.4º | 0.96% | 0.53% | - |
| HSV(B) | 244.4º | 0.93% | 0.98% | - |
| XYZ | 18.16 | 7.69 | 90.97 | - |
| YUV | 49.53 | 241.13 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 18 | 250 | 0.86 | 0.93 | 0 | 0.02 | 244.4 | 0.96 | 0.53 |
| Hex | 23 | 12 | FA | 56 | 5D | 0 | 2 | F4 | 60 | 35 |
| Octal | 43 | 22 | 372 | 126 | 135 | 0 | 2 | 364 | 140 | 65 |
| Binary | 100011 | 10010 | 11111010 | 1010110 | 1011101 | 0 | 10 | 11110100 | 1100000 | 110101 |
Color Harmonies of #2312FA
Complementary color
Monochromatic Colors of #2312FA
Black with #2312FA
Text Example
Text Example
White with #2312FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2312FA; }
p { color: rgb(35,18,250); }
H1.HeaderClassName
{
color: #2312FA;
}
.AnyTagClassName
{
color: #2312FA;
}
</style>
background-color css
<style>
a { background-color: #2312FA; }
a { background-color: rgb(35,18,250); }
div.DivClassName
{
background-color: #2312FA;
}
.BgClassName
{
background-color: #2312FA;
}
</style>
border-color css
<style>
span { border-color: #2312FA; }
span { border-color: rgb(35,18,250); }
td.TdClassName
{
border-color: #2312FA;
}
.TagClassName
{
border-color: #2312FA;
}
</style>