Shades of Blue #2311FF
Tints of Blue #2311FF
RGB
CMYK
RGB Variations
Color information
#2311FF (or 0x2311FF) is known color: Blue. HEX triplet: 23, 11 and FF. RGB value is (35,17,255). Sum of RGB (Red+Green+Blue) = 35+17+255=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 255 (100% from 255 or 83.06% from 307); Max value from RGB is 255 - color contains mainly: blue. Hex color #2311FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2311FF is #DCEE00. Grayscale: #303030. Windows color (decimal): -14478849 or 16716067. OLE color: 16716067.
HSL color Cylindrical-coordinate representation of color #2311FF: hue angle of 244.54º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2311FF is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 17 | 255 | - |
| CMYK | 0.86 | 0.93 | 0 | 0 |
| HSL | 244.54º | 1% | 0.53% | - |
| HSV(B) | 244.54º | 0.93% | 1% | - |
| XYZ | 18.94 | 7.98 | 95.15 | - |
| YUV | 49.51 | 243.96 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 17 | 255 | 0.86 | 0.93 | 0 | 0 | 244.54 | 1 | 0.53 |
| Hex | 23 | 11 | FF | 56 | 5D | 0 | 0 | F5 | 64 | 35 |
| Octal | 43 | 21 | 377 | 126 | 135 | 0 | 0 | 365 | 144 | 65 |
| Binary | 100011 | 10001 | 11111111 | 1010110 | 1011101 | 0 | 0 | 11110101 | 1100100 | 110101 |
Color Harmonies of #2311FF
Complementary color
Monochromatic Colors of #2311FF
Black with #2311FF
Text Example
Text Example
White with #2311FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2311FF; }
p { color: rgb(35,17,255); }
H1.HeaderClassName
{
color: #2311FF;
}
.AnyTagClassName
{
color: #2311FF;
}
</style>
background-color css
<style>
a { background-color: #2311FF; }
a { background-color: rgb(35,17,255); }
div.DivClassName
{
background-color: #2311FF;
}
.BgClassName
{
background-color: #2311FF;
}
</style>
border-color css
<style>
span { border-color: #2311FF; }
span { border-color: rgb(35,17,255); }
td.TdClassName
{
border-color: #2311FF;
}
.TagClassName
{
border-color: #2311FF;
}
</style>