Shades of Medium Blue #2309CB
Tints of Medium Blue #2309CB
RGB
CMYK
RGB Variations
Color information
#2309CB (or 0x2309CB) is known color: Medium Blue. HEX triplet: 23, 09 and CB. RGB value is (35,9,203). Sum of RGB (Red+Green+Blue) = 35+9+203=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 203 (79.69% from 255 or 82.19% from 247); Max value from RGB is 203 - color contains mainly: blue. Hex color #2309CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2309CB is #DCF634. Grayscale: #262626. Windows color (decimal): -14480949 or 13306147. OLE color: 13306147.
HSL color Cylindrical-coordinate representation of color #2309CB: hue angle of 248.04º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2309CB is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 9 | 203 | - |
| CMYK | 0.83 | 0.96 | 0 | 0.20 |
| HSL | 248.04º | 0.92% | 0.42% | - |
| HSV(B) | 248.04º | 0.96% | 0.8% | - |
| XYZ | 11.57 | 4.86 | 56.83 | - |
| YUV | 38.89 | 220.61 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 9 | 203 | 0.83 | 0.96 | 0 | 0.20 | 248.04 | 0.92 | 0.42 |
| Hex | 23 | 9 | CB | 53 | 60 | 0 | 14 | F8 | 5C | 2A |
| Octal | 43 | 11 | 313 | 123 | 140 | 0 | 24 | 370 | 134 | 52 |
| Binary | 100011 | 1001 | 11001011 | 1010011 | 1100000 | 0 | 10100 | 11111000 | 1011100 | 101010 |
Color Harmonies of #2309CB
Complementary color
Monochromatic Colors of #2309CB
Black with #2309CB
Text Example
Text Example
White with #2309CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2309CB; }
p { color: rgb(35,9,203); }
H1.HeaderClassName
{
color: #2309CB;
}
.AnyTagClassName
{
color: #2309CB;
}
</style>
background-color css
<style>
a { background-color: #2309CB; }
a { background-color: rgb(35,9,203); }
div.DivClassName
{
background-color: #2309CB;
}
.BgClassName
{
background-color: #2309CB;
}
</style>
border-color css
<style>
span { border-color: #2309CB; }
span { border-color: rgb(35,9,203); }
td.TdClassName
{
border-color: #2309CB;
}
.TagClassName
{
border-color: #2309CB;
}
</style>