Shades of Blue #230FFB
Tints of Blue #230FFB
RGB
CMYK
RGB Variations
Color information
#230FFB (or 0x230FFB) is known color: Blue. HEX triplet: 23, 0F and FB. RGB value is (35,15,251). Sum of RGB (Red+Green+Blue) = 35+15+251=301 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.63% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 251 (98.44% from 255 or 83.39% from 301); Max value from RGB is 251 - color contains mainly: blue. Hex color #230FFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #230FFB is #DCF004. Grayscale: #2E2E2E. Windows color (decimal): -14479365 or 16453411. OLE color: 16453411.
HSL color Cylindrical-coordinate representation of color #230FFB: hue angle of 245.08º 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 #230FFB is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 15 | 251 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.02 |
| HSL | 245.08º | 0.97% | 0.52% | - |
| HSV(B) | 245.08º | 0.94% | 0.98% | - |
| XYZ | 18.28 | 7.66 | 91.78 | - |
| YUV | 47.88 | 242.63 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 15 | 251 | 0.86 | 0.94 | 0 | 0.02 | 245.08 | 0.97 | 0.52 |
| Hex | 23 | F | FB | 56 | 5E | 0 | 2 | F5 | 61 | 34 |
| Octal | 43 | 17 | 373 | 126 | 136 | 0 | 2 | 365 | 141 | 64 |
| Binary | 100011 | 1111 | 11111011 | 1010110 | 1011110 | 0 | 10 | 11110101 | 1100001 | 110100 |
Color Harmonies of #230FFB
Complementary color
Monochromatic Colors of #230FFB
Black with #230FFB
Text Example
Text Example
White with #230FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230FFB; }
p { color: rgb(35,15,251); }
H1.HeaderClassName
{
color: #230FFB;
}
.AnyTagClassName
{
color: #230FFB;
}
</style>
background-color css
<style>
a { background-color: #230FFB; }
a { background-color: rgb(35,15,251); }
div.DivClassName
{
background-color: #230FFB;
}
.BgClassName
{
background-color: #230FFB;
}
</style>
border-color css
<style>
span { border-color: #230FFB; }
span { border-color: rgb(35,15,251); }
td.TdClassName
{
border-color: #230FFB;
}
.TagClassName
{
border-color: #230FFB;
}
</style>