Shades of Blue #230EFB
Tints of Blue #230EFB
RGB
CMYK
RGB Variations
Color information
#230EFB (or 0x230EFB) is known color: Blue. HEX triplet: 23, 0E and FB. RGB value is (35,14,251). Sum of RGB (Red+Green+Blue) = 35+14+251=300 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.67% from 300); Green value is 14 (5.86% from 255 or 4.67% from 300); Blue value is 251 (98.44% from 255 or 83.67% from 300); Max value from RGB is 251 - color contains mainly: blue. Hex color #230EFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #230EFB is #DCF104. Grayscale: #2E2E2E. Windows color (decimal): -14479621 or 16453155. OLE color: 16453155.
HSL color Cylindrical-coordinate representation of color #230EFB: hue angle of 245.32º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230EFB is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 14 | 251 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.02 |
| HSL | 245.32º | 0.97% | 0.52% | - |
| HSV(B) | 245.32º | 0.94% | 0.98% | - |
| XYZ | 18.26 | 7.64 | 91.78 | - |
| YUV | 47.3 | 242.96 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 14 | 251 | 0.86 | 0.94 | 0 | 0.02 | 245.32 | 0.97 | 0.52 |
| Hex | 23 | E | FB | 56 | 5E | 0 | 2 | F5 | 61 | 34 |
| Octal | 43 | 16 | 373 | 126 | 136 | 0 | 2 | 365 | 141 | 64 |
| Binary | 100011 | 1110 | 11111011 | 1010110 | 1011110 | 0 | 10 | 11110101 | 1100001 | 110100 |
Color Harmonies of #230EFB
Complementary color
Monochromatic Colors of #230EFB
Black with #230EFB
Text Example
Text Example
White with #230EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230EFB; }
p { color: rgb(35,14,251); }
H1.HeaderClassName
{
color: #230EFB;
}
.AnyTagClassName
{
color: #230EFB;
}
</style>
background-color css
<style>
a { background-color: #230EFB; }
a { background-color: rgb(35,14,251); }
div.DivClassName
{
background-color: #230EFB;
}
.BgClassName
{
background-color: #230EFB;
}
</style>
border-color css
<style>
span { border-color: #230EFB; }
span { border-color: rgb(35,14,251); }
td.TdClassName
{
border-color: #230EFB;
}
.TagClassName
{
border-color: #230EFB;
}
</style>