Shades of Blue #2309EC
Tints of Blue #2309EC
RGB
CMYK
RGB Variations
Color information
#2309EC (or 0x2309EC) is known color: Blue. HEX triplet: 23, 09 and EC. RGB value is (35,9,236). Sum of RGB (Red+Green+Blue) = 35+9+236=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 236 (92.58% from 255 or 84.29% from 280); Max value from RGB is 236 - color contains mainly: blue. Hex color #2309EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2309EC is #DCF613. Grayscale: #292929. Windows color (decimal): -14480916 or 15468835. OLE color: 15468835.
HSL color Cylindrical-coordinate representation of color #2309EC: hue angle of 246.87º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2309EC is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 9 | 236 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.07 |
| HSL | 246.87º | 0.93% | 0.48% | - |
| HSV(B) | 246.87º | 0.96% | 0.93% | - |
| XYZ | 15.93 | 6.61 | 79.79 | - |
| YUV | 42.65 | 237.11 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 9 | 236 | 0.85 | 0.96 | 0 | 0.07 | 246.87 | 0.93 | 0.48 |
| Hex | 23 | 9 | EC | 55 | 60 | 0 | 7 | F7 | 5D | 30 |
| Octal | 43 | 11 | 354 | 125 | 140 | 0 | 7 | 367 | 135 | 60 |
| Binary | 100011 | 1001 | 11101100 | 1010101 | 1100000 | 0 | 111 | 11110111 | 1011101 | 110000 |
Color Harmonies of #2309EC
Complementary color
Monochromatic Colors of #2309EC
Black with #2309EC
Text Example
Text Example
White with #2309EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2309EC; }
p { color: rgb(35,9,236); }
H1.HeaderClassName
{
color: #2309EC;
}
.AnyTagClassName
{
color: #2309EC;
}
</style>
background-color css
<style>
a { background-color: #2309EC; }
a { background-color: rgb(35,9,236); }
div.DivClassName
{
background-color: #2309EC;
}
.BgClassName
{
background-color: #2309EC;
}
</style>
border-color css
<style>
span { border-color: #2309EC; }
span { border-color: rgb(35,9,236); }
td.TdClassName
{
border-color: #2309EC;
}
.TagClassName
{
border-color: #2309EC;
}
</style>