Shades of Medium Blue #230ADE
Tints of Medium Blue #230ADE
RGB
CMYK
RGB Variations
Color information
#230ADE (or 0x230ADE) is known color: Medium Blue. HEX triplet: 23, 0A and DE. RGB value is (35,10,222). Sum of RGB (Red+Green+Blue) = 35+10+222=267 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.11% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 222 (87.11% from 255 or 83.15% from 267); Max value from RGB is 222 - color contains mainly: blue. Hex color #230ADE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230ADE is #DCF521. Grayscale: #282828. Windows color (decimal): -14480674 or 14551587. OLE color: 14551587.
HSL color Cylindrical-coordinate representation of color #230ADE: hue angle of 247.08º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #230ADE is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 10 | 222 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.13 |
| HSL | 247.08º | 0.91% | 0.45% | - |
| HSV(B) | 247.08º | 0.95% | 0.87% | - |
| XYZ | 13.99 | 5.85 | 69.5 | - |
| YUV | 41.64 | 229.78 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 10 | 222 | 0.84 | 0.95 | 0 | 0.13 | 247.08 | 0.91 | 0.45 |
| Hex | 23 | A | DE | 54 | 5F | 0 | D | F7 | 5B | 2D |
| Octal | 43 | 12 | 336 | 124 | 137 | 0 | 15 | 367 | 133 | 55 |
| Binary | 100011 | 1010 | 11011110 | 1010100 | 1011111 | 0 | 1101 | 11110111 | 1011011 | 101101 |
Color Harmonies of #230ADE
Complementary color
Monochromatic Colors of #230ADE
Black with #230ADE
Text Example
Text Example
White with #230ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230ADE; }
p { color: rgb(35,10,222); }
H1.HeaderClassName
{
color: #230ADE;
}
.AnyTagClassName
{
color: #230ADE;
}
</style>
background-color css
<style>
a { background-color: #230ADE; }
a { background-color: rgb(35,10,222); }
div.DivClassName
{
background-color: #230ADE;
}
.BgClassName
{
background-color: #230ADE;
}
</style>
border-color css
<style>
span { border-color: #230ADE; }
span { border-color: rgb(35,10,222); }
td.TdClassName
{
border-color: #230ADE;
}
.TagClassName
{
border-color: #230ADE;
}
</style>