Shades of Medium Blue #230CC2
Tints of Medium Blue #230CC2
RGB
CMYK
RGB Variations
Color information
#230CC2 (or 0x230CC2) is known color: Medium Blue. HEX triplet: 23, 0C and C2. RGB value is (35,12,194). Sum of RGB (Red+Green+Blue) = 35+12+194=241 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.52% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 194 (76.17% from 255 or 80.50% from 241); Max value from RGB is 194 - color contains mainly: blue. Hex color #230CC2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230CC2 is #DCF33D. Grayscale: #262626. Windows color (decimal): -14480190 or 12717091. OLE color: 12717091.
HSL color Cylindrical-coordinate representation of color #230CC2: hue angle of 247.58º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230CC2 is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 12 | 194 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.24 |
| HSL | 247.58º | 0.88% | 0.4% | - |
| HSV(B) | 247.58º | 0.94% | 0.76% | - |
| XYZ | 10.56 | 4.52 | 51.35 | - |
| YUV | 39.63 | 215.12 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 12 | 194 | 0.82 | 0.94 | 0 | 0.24 | 247.58 | 0.88 | 0.4 |
| Hex | 23 | C | C2 | 52 | 5E | 0 | 18 | F8 | 58 | 28 |
| Octal | 43 | 14 | 302 | 122 | 136 | 0 | 30 | 370 | 130 | 50 |
| Binary | 100011 | 1100 | 11000010 | 1010010 | 1011110 | 0 | 11000 | 11111000 | 1011000 | 101000 |
Color Harmonies of #230CC2
Complementary color
Monochromatic Colors of #230CC2
Black with #230CC2
Text Example
Text Example
White with #230CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230CC2; }
p { color: rgb(35,12,194); }
H1.HeaderClassName
{
color: #230CC2;
}
.AnyTagClassName
{
color: #230CC2;
}
</style>
background-color css
<style>
a { background-color: #230CC2; }
a { background-color: rgb(35,12,194); }
div.DivClassName
{
background-color: #230CC2;
}
.BgClassName
{
background-color: #230CC2;
}
</style>
border-color css
<style>
span { border-color: #230CC2; }
span { border-color: rgb(35,12,194); }
td.TdClassName
{
border-color: #230CC2;
}
.TagClassName
{
border-color: #230CC2;
}
</style>