Shades of Blue #230EFF
Tints of Blue #230EFF
RGB
CMYK
RGB Variations
Color information
#230EFF (or 0x230EFF) is known color: Blue. HEX triplet: 23, 0E and FF. RGB value is (35,14,255). Sum of RGB (Red+Green+Blue) = 35+14+255=304 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.51% from 304); Green value is 14 (5.86% from 255 or 4.61% from 304); Blue value is 255 (100% from 255 or 83.88% from 304); Max value from RGB is 255 - color contains mainly: blue. Hex color #230EFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #230EFF is #DCF100. Grayscale: #2E2E2E. Windows color (decimal): -14479617 or 16715299. OLE color: 16715299.
HSL color Cylindrical-coordinate representation of color #230EFF: hue angle of 245.23º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #230EFF is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 14 | 255 | - |
| CMYK | 0.86 | 0.95 | 0 | 0 |
| HSL | 245.23º | 1% | 0.53% | - |
| HSV(B) | 245.23º | 0.95% | 1% | - |
| XYZ | 18.9 | 7.89 | 95.13 | - |
| YUV | 47.75 | 244.96 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 14 | 255 | 0.86 | 0.95 | 0 | 0 | 245.23 | 1 | 0.53 |
| Hex | 23 | E | FF | 56 | 5F | 0 | 0 | F5 | 64 | 35 |
| Octal | 43 | 16 | 377 | 126 | 137 | 0 | 0 | 365 | 144 | 65 |
| Binary | 100011 | 1110 | 11111111 | 1010110 | 1011111 | 0 | 0 | 11110101 | 1100100 | 110101 |
Color Harmonies of #230EFF
Complementary color
Monochromatic Colors of #230EFF
Black with #230EFF
Text Example
Text Example
White with #230EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230EFF; }
p { color: rgb(35,14,255); }
H1.HeaderClassName
{
color: #230EFF;
}
.AnyTagClassName
{
color: #230EFF;
}
</style>
background-color css
<style>
a { background-color: #230EFF; }
a { background-color: rgb(35,14,255); }
div.DivClassName
{
background-color: #230EFF;
}
.BgClassName
{
background-color: #230EFF;
}
</style>
border-color css
<style>
span { border-color: #230EFF; }
span { border-color: rgb(35,14,255); }
td.TdClassName
{
border-color: #230EFF;
}
.TagClassName
{
border-color: #230EFF;
}
</style>