Shades of Medium Blue #230CC0
Tints of Medium Blue #230CC0
RGB
CMYK
RGB Variations
Color information
#230CC0 (or 0x230CC0) is known color: Medium Blue. HEX triplet: 23, 0C and C0. RGB value is (35,12,192). Sum of RGB (Red+Green+Blue) = 35+12+192=239 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.64% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 192 (75.39% from 255 or 80.33% from 239); Max value from RGB is 192 - color contains mainly: blue. Hex color #230CC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230CC0 is #DCF33F. Grayscale: #262626. Windows color (decimal): -14480192 or 12586019. OLE color: 12586019.
HSL color Cylindrical-coordinate representation of color #230CC0: hue angle of 247.67º degrees, saturation: 0.88, 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 #230CC0 is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 12 | 192 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.25 |
| HSL | 247.67º | 0.88% | 0.4% | - |
| HSV(B) | 247.67º | 0.94% | 0.75% | - |
| XYZ | 10.34 | 4.43 | 50.18 | - |
| YUV | 39.4 | 214.12 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 12 | 192 | 0.82 | 0.94 | 0 | 0.25 | 247.67 | 0.88 | 0.4 |
| Hex | 23 | C | C0 | 52 | 5E | 0 | 19 | F8 | 58 | 28 |
| Octal | 43 | 14 | 300 | 122 | 136 | 0 | 31 | 370 | 130 | 50 |
| Binary | 100011 | 1100 | 11000000 | 1010010 | 1011110 | 0 | 11001 | 11111000 | 1011000 | 101000 |
Color Harmonies of #230CC0
Complementary color
Monochromatic Colors of #230CC0
Black with #230CC0
Text Example
Text Example
White with #230CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230CC0; }
p { color: rgb(35,12,192); }
H1.HeaderClassName
{
color: #230CC0;
}
.AnyTagClassName
{
color: #230CC0;
}
</style>
background-color css
<style>
a { background-color: #230CC0; }
a { background-color: rgb(35,12,192); }
div.DivClassName
{
background-color: #230CC0;
}
.BgClassName
{
background-color: #230CC0;
}
</style>
border-color css
<style>
span { border-color: #230CC0; }
span { border-color: rgb(35,12,192); }
td.TdClassName
{
border-color: #230CC0;
}
.TagClassName
{
border-color: #230CC0;
}
</style>