Shades of Blue #2311FE
Tints of Blue #2311FE
RGB
CMYK
RGB Variations
Color information
#2311FE (or 0x2311FE) is known color: Blue. HEX triplet: 23, 11 and FE. RGB value is (35,17,254). Sum of RGB (Red+Green+Blue) = 35+17+254=306 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.44% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 254 (99.61% from 255 or 83.01% from 306); Max value from RGB is 254 - color contains mainly: blue. Hex color #2311FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2311FE is #DCEE01. Grayscale: #303030. Windows color (decimal): -14478850 or 16650531. OLE color: 16650531.
HSL color Cylindrical-coordinate representation of color #2311FE: hue angle of 244.56º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2311FE is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 17 | 254 | - |
| CMYK | 0.86 | 0.93 | 0 | 0.00 |
| HSL | 244.56º | 0.99% | 0.53% | - |
| HSV(B) | 244.56º | 0.93% | 1% | - |
| XYZ | 18.78 | 7.91 | 94.3 | - |
| YUV | 49.4 | 243.46 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 17 | 254 | 0.86 | 0.93 | 0 | 0.00 | 244.56 | 0.99 | 0.53 |
| Hex | 23 | 11 | FE | 56 | 5D | 0 | 0 | F5 | 63 | 35 |
| Octal | 43 | 21 | 376 | 126 | 135 | 0 | 0 | 365 | 143 | 65 |
| Binary | 100011 | 10001 | 11111110 | 1010110 | 1011101 | 0 | 0 | 11110101 | 1100011 | 110101 |
Color Harmonies of #2311FE
Complementary color
Monochromatic Colors of #2311FE
Black with #2311FE
Text Example
Text Example
White with #2311FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2311FE; }
p { color: rgb(35,17,254); }
H1.HeaderClassName
{
color: #2311FE;
}
.AnyTagClassName
{
color: #2311FE;
}
</style>
background-color css
<style>
a { background-color: #2311FE; }
a { background-color: rgb(35,17,254); }
div.DivClassName
{
background-color: #2311FE;
}
.BgClassName
{
background-color: #2311FE;
}
</style>
border-color css
<style>
span { border-color: #2311FE; }
span { border-color: rgb(35,17,254); }
td.TdClassName
{
border-color: #2311FE;
}
.TagClassName
{
border-color: #2311FE;
}
</style>