Shades of Medium Blue #230BC0
Tints of Medium Blue #230BC0
RGB
CMYK
RGB Variations
Color information
#230BC0 (or 0x230BC0) is known color: Medium Blue. HEX triplet: 23, 0B and C0. RGB value is (35,11,192). Sum of RGB (Red+Green+Blue) = 35+11+192=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 192 (75.39% from 255 or 80.67% from 238); Max value from RGB is 192 - color contains mainly: blue. Hex color #230BC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230BC0 is #DCF43F. Grayscale: #262626. Windows color (decimal): -14480448 or 12585763. OLE color: 12585763.
HSL color Cylindrical-coordinate representation of color #230BC0: hue angle of 247.96º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230BC0 is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 11 | 192 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.25 |
| HSL | 247.96º | 0.89% | 0.4% | - |
| HSV(B) | 247.96º | 0.94% | 0.75% | - |
| XYZ | 10.33 | 4.4 | 50.17 | - |
| YUV | 38.81 | 214.45 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 11 | 192 | 0.82 | 0.94 | 0 | 0.25 | 247.96 | 0.89 | 0.4 |
| Hex | 23 | B | C0 | 52 | 5E | 0 | 19 | F8 | 59 | 28 |
| Octal | 43 | 13 | 300 | 122 | 136 | 0 | 31 | 370 | 131 | 50 |
| Binary | 100011 | 1011 | 11000000 | 1010010 | 1011110 | 0 | 11001 | 11111000 | 1011001 | 101000 |
Color Harmonies of #230BC0
Complementary color
Monochromatic Colors of #230BC0
Black with #230BC0
Text Example
Text Example
White with #230BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230BC0; }
p { color: rgb(35,11,192); }
H1.HeaderClassName
{
color: #230BC0;
}
.AnyTagClassName
{
color: #230BC0;
}
</style>
background-color css
<style>
a { background-color: #230BC0; }
a { background-color: rgb(35,11,192); }
div.DivClassName
{
background-color: #230BC0;
}
.BgClassName
{
background-color: #230BC0;
}
</style>
border-color css
<style>
span { border-color: #230BC0; }
span { border-color: rgb(35,11,192); }
td.TdClassName
{
border-color: #230BC0;
}
.TagClassName
{
border-color: #230BC0;
}
</style>