Shades of Blue #0231FF
Tints of Blue #0231FF
RGB
CMYK
RGB Variations
Color information
#0231FF (or 0x0231FF) is known color: Blue. HEX triplet: 02, 31 and FF. RGB value is (2,49,255). Sum of RGB (Red+Green+Blue) = 2+49+255=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 255 (100% from 255 or 83.33% from 306); Max value from RGB is 255 - color contains mainly: blue. Hex color #0231FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0231FF is #FDCE00. Grayscale: #393939. Windows color (decimal): -16633345 or 16724226. OLE color: 16724226.
HSL color Cylindrical-coordinate representation of color #0231FF: hue angle of 228.85º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0231FF is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 49 | 255 | - |
| CMYK | 0.99 | 0.81 | 0 | 0 |
| HSL | 228.85º | 1% | 0.5% | - |
| HSV(B) | 228.85º | 0.99% | 1% | - |
| XYZ | 19.17 | 9.43 | 95.42 | - |
| YUV | 58.43 | 238.93 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 49 | 255 | 0.99 | 0.81 | 0 | 0 | 228.85 | 1 | 0.5 |
| Hex | 2 | 31 | FF | 63 | 51 | 0 | 0 | E5 | 64 | 32 |
| Octal | 2 | 61 | 377 | 143 | 121 | 0 | 0 | 345 | 144 | 62 |
| Binary | 10 | 110001 | 11111111 | 1100011 | 1010001 | 0 | 0 | 11100101 | 1100100 | 110010 |
Color Harmonies of #0231FF
Complementary color
Monochromatic Colors of #0231FF
Black with #0231FF
Text Example
Text Example
White with #0231FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0231FF; }
p { color: rgb(2,49,255); }
H1.HeaderClassName
{
color: #0231FF;
}
.AnyTagClassName
{
color: #0231FF;
}
</style>
background-color css
<style>
a { background-color: #0231FF; }
a { background-color: rgb(2,49,255); }
div.DivClassName
{
background-color: #0231FF;
}
.BgClassName
{
background-color: #0231FF;
}
</style>
border-color css
<style>
span { border-color: #0231FF; }
span { border-color: rgb(2,49,255); }
td.TdClassName
{
border-color: #0231FF;
}
.TagClassName
{
border-color: #0231FF;
}
</style>