Shades of Medium Blue #2309E0
Tints of Medium Blue #2309E0
RGB
CMYK
RGB Variations
Color information
#2309E0 (or 0x2309E0) is known color: Medium Blue. HEX triplet: 23, 09 and E0. RGB value is (35,9,224). Sum of RGB (Red+Green+Blue) = 35+9+224=268 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.06% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 224 (87.89% from 255 or 83.58% from 268); Max value from RGB is 224 - color contains mainly: blue. Hex color #2309E0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2309E0 is #DCF61F. Grayscale: #282828. Windows color (decimal): -14480928 or 14682403. OLE color: 14682403.
HSL color Cylindrical-coordinate representation of color #2309E0: hue angle of 247.26º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2309E0 is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 35 | 9 | 224 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.12 |
| HSL | 247.26º | 0.92% | 0.46% | - |
| HSV(B) | 247.26º | 0.96% | 0.88% | - |
| XYZ | 14.25 | 5.93 | 70.92 | - |
| YUV | 41.28 | 231.11 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 9 | 224 | 0.84 | 0.96 | 0 | 0.12 | 247.26 | 0.92 | 0.46 |
| Hex | 23 | 9 | E0 | 54 | 60 | 0 | C | F7 | 5C | 2E |
| Octal | 43 | 11 | 340 | 124 | 140 | 0 | 14 | 367 | 134 | 56 |
| Binary | 100011 | 1001 | 11100000 | 1010100 | 1100000 | 0 | 1100 | 11110111 | 1011100 | 101110 |
Color Harmonies of #2309E0
Complementary color
Monochromatic Colors of #2309E0
Black with #2309E0
Text Example
Text Example
White with #2309E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2309E0; }
p { color: rgb(35,9,224); }
H1.HeaderClassName
{
color: #2309E0;
}
.AnyTagClassName
{
color: #2309E0;
}
</style>
background-color css
<style>
a { background-color: #2309E0; }
a { background-color: rgb(35,9,224); }
div.DivClassName
{
background-color: #2309E0;
}
.BgClassName
{
background-color: #2309E0;
}
</style>
border-color css
<style>
span { border-color: #2309E0; }
span { border-color: rgb(35,9,224); }
td.TdClassName
{
border-color: #2309E0;
}
.TagClassName
{
border-color: #2309E0;
}
</style>