Shades of Medium Blue #230EDA
Tints of Medium Blue #230EDA
RGB
CMYK
RGB Variations
Color information
#230EDA (or 0x230EDA) is known color: Medium Blue. HEX triplet: 23, 0E and DA. RGB value is (35,14,218). Sum of RGB (Red+Green+Blue) = 35+14+218=267 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.11% from 267); Green value is 14 (5.86% from 255 or 5.24% from 267); Blue value is 218 (85.55% from 255 or 81.65% from 267); Max value from RGB is 218 - color contains mainly: blue. Hex color #230EDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230EDA is #DCF125. Grayscale: #2A2A2A. Windows color (decimal): -14479654 or 14290467. OLE color: 14290467.
HSL color Cylindrical-coordinate representation of color #230EDA: hue angle of 246.18º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230EDA is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 14 | 218 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.15 |
| HSL | 246.18º | 0.88% | 0.45% | - |
| HSV(B) | 246.18º | 0.94% | 0.85% | - |
| XYZ | 13.51 | 5.73 | 66.72 | - |
| YUV | 43.54 | 226.46 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 14 | 218 | 0.84 | 0.94 | 0 | 0.15 | 246.18 | 0.88 | 0.45 |
| Hex | 23 | E | DA | 54 | 5E | 0 | F | F6 | 58 | 2D |
| Octal | 43 | 16 | 332 | 124 | 136 | 0 | 17 | 366 | 130 | 55 |
| Binary | 100011 | 1110 | 11011010 | 1010100 | 1011110 | 0 | 1111 | 11110110 | 1011000 | 101101 |
Color Harmonies of #230EDA
Complementary color
Monochromatic Colors of #230EDA
Black with #230EDA
Text Example
Text Example
White with #230EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230EDA; }
p { color: rgb(35,14,218); }
H1.HeaderClassName
{
color: #230EDA;
}
.AnyTagClassName
{
color: #230EDA;
}
</style>
background-color css
<style>
a { background-color: #230EDA; }
a { background-color: rgb(35,14,218); }
div.DivClassName
{
background-color: #230EDA;
}
.BgClassName
{
background-color: #230EDA;
}
</style>
border-color css
<style>
span { border-color: #230EDA; }
span { border-color: rgb(35,14,218); }
td.TdClassName
{
border-color: #230EDA;
}
.TagClassName
{
border-color: #230EDA;
}
</style>