Shades of Medium Blue #230ACE
Tints of Medium Blue #230ACE
RGB
CMYK
RGB Variations
Color information
#230ACE (or 0x230ACE) is known color: Medium Blue. HEX triplet: 23, 0A and CE. RGB value is (35,10,206). Sum of RGB (Red+Green+Blue) = 35+10+206=251 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.94% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 206 (80.86% from 255 or 82.07% from 251); Max value from RGB is 206 - color contains mainly: blue. Hex color #230ACE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230ACE is #DCF531. Grayscale: #272727. Windows color (decimal): -14480690 or 13503011. OLE color: 13503011.
HSL color Cylindrical-coordinate representation of color #230ACE: hue angle of 247.65º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #230ACE is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 10 | 206 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.19 |
| HSL | 247.65º | 0.91% | 0.42% | - |
| HSV(B) | 247.65º | 0.95% | 0.81% | - |
| XYZ | 11.94 | 5.03 | 58.73 | - |
| YUV | 39.82 | 221.78 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 10 | 206 | 0.83 | 0.95 | 0 | 0.19 | 247.65 | 0.91 | 0.42 |
| Hex | 23 | A | CE | 53 | 5F | 0 | 13 | F8 | 5B | 2A |
| Octal | 43 | 12 | 316 | 123 | 137 | 0 | 23 | 370 | 133 | 52 |
| Binary | 100011 | 1010 | 11001110 | 1010011 | 1011111 | 0 | 10011 | 11111000 | 1011011 | 101010 |
Color Harmonies of #230ACE
Complementary color
Monochromatic Colors of #230ACE
Black with #230ACE
Text Example
Text Example
White with #230ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230ACE; }
p { color: rgb(35,10,206); }
H1.HeaderClassName
{
color: #230ACE;
}
.AnyTagClassName
{
color: #230ACE;
}
</style>
background-color css
<style>
a { background-color: #230ACE; }
a { background-color: rgb(35,10,206); }
div.DivClassName
{
background-color: #230ACE;
}
.BgClassName
{
background-color: #230ACE;
}
</style>
border-color css
<style>
span { border-color: #230ACE; }
span { border-color: rgb(35,10,206); }
td.TdClassName
{
border-color: #230ACE;
}
.TagClassName
{
border-color: #230ACE;
}
</style>