Shades of Blue #230CEA
Tints of Blue #230CEA
RGB
CMYK
RGB Variations
Color information
#230CEA (or 0x230CEA) is known color: Blue. HEX triplet: 23, 0C and EA. RGB value is (35,12,234). Sum of RGB (Red+Green+Blue) = 35+12+234=281 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.46% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 234 (91.80% from 255 or 83.27% from 281); Max value from RGB is 234 - color contains mainly: blue. Hex color #230CEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #230CEA is #DCF315. Grayscale: #2B2B2B. Windows color (decimal): -14480150 or 15338531. OLE color: 15338531.
HSL color Cylindrical-coordinate representation of color #230CEA: hue angle of 246.22º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #230CEA is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 35 | 12 | 234 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.08 |
| HSL | 246.22º | 0.9% | 0.48% | - |
| HSV(B) | 246.22º | 0.95% | 0.92% | - |
| XYZ | 15.68 | 6.56 | 78.28 | - |
| YUV | 44.19 | 235.12 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 12 | 234 | 0.85 | 0.95 | 0 | 0.08 | 246.22 | 0.9 | 0.48 |
| Hex | 23 | C | EA | 55 | 5F | 0 | 8 | F6 | 5A | 30 |
| Octal | 43 | 14 | 352 | 125 | 137 | 0 | 10 | 366 | 132 | 60 |
| Binary | 100011 | 1100 | 11101010 | 1010101 | 1011111 | 0 | 1000 | 11110110 | 1011010 | 110000 |
Color Harmonies of #230CEA
Complementary color
Monochromatic Colors of #230CEA
Black with #230CEA
Text Example
Text Example
White with #230CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230CEA; }
p { color: rgb(35,12,234); }
H1.HeaderClassName
{
color: #230CEA;
}
.AnyTagClassName
{
color: #230CEA;
}
</style>
background-color css
<style>
a { background-color: #230CEA; }
a { background-color: rgb(35,12,234); }
div.DivClassName
{
background-color: #230CEA;
}
.BgClassName
{
background-color: #230CEA;
}
</style>
border-color css
<style>
span { border-color: #230CEA; }
span { border-color: rgb(35,12,234); }
td.TdClassName
{
border-color: #230CEA;
}
.TagClassName
{
border-color: #230CEA;
}
</style>