Shades of Blue #230BFE
Tints of Blue #230BFE
RGB
CMYK
RGB Variations
Color information
#230BFE (or 0x230BFE) is known color: Blue. HEX triplet: 23, 0B and FE. RGB value is (35,11,254). Sum of RGB (Red+Green+Blue) = 35+11+254=300 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.67% from 300); Green value is 11 (4.69% from 255 or 3.67% from 300); Blue value is 254 (99.61% from 255 or 84.67% from 300); Max value from RGB is 254 - color contains mainly: blue. Hex color #230BFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #230BFE is #DCF401. Grayscale: #2C2C2C. Windows color (decimal): -14480386 or 16648995. OLE color: 16648995.
HSL color Cylindrical-coordinate representation of color #230BFE: hue angle of 245.93º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #230BFE is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 11 | 254 | - |
| CMYK | 0.86 | 0.96 | 0 | 0.00 |
| HSL | 245.93º | 0.99% | 0.52% | - |
| HSV(B) | 245.93º | 0.96% | 1% | - |
| XYZ | 18.7 | 7.75 | 94.28 | - |
| YUV | 45.88 | 245.45 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 11 | 254 | 0.86 | 0.96 | 0 | 0.00 | 245.93 | 0.99 | 0.52 |
| Hex | 23 | B | FE | 56 | 60 | 0 | 0 | F6 | 63 | 34 |
| Octal | 43 | 13 | 376 | 126 | 140 | 0 | 0 | 366 | 143 | 64 |
| Binary | 100011 | 1011 | 11111110 | 1010110 | 1100000 | 0 | 0 | 11110110 | 1100011 | 110100 |
Color Harmonies of #230BFE
Complementary color
Monochromatic Colors of #230BFE
Black with #230BFE
Text Example
Text Example
White with #230BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230BFE; }
p { color: rgb(35,11,254); }
H1.HeaderClassName
{
color: #230BFE;
}
.AnyTagClassName
{
color: #230BFE;
}
</style>
background-color css
<style>
a { background-color: #230BFE; }
a { background-color: rgb(35,11,254); }
div.DivClassName
{
background-color: #230BFE;
}
.BgClassName
{
background-color: #230BFE;
}
</style>
border-color css
<style>
span { border-color: #230BFE; }
span { border-color: rgb(35,11,254); }
td.TdClassName
{
border-color: #230BFE;
}
.TagClassName
{
border-color: #230BFE;
}
</style>