Shades of Blue #0226FE
Tints of Blue #0226FE
RGB
CMYK
RGB Variations
Color information
#0226FE (or 0x0226FE) is known color: Blue. HEX triplet: 02, 26 and FE. RGB value is (2,38,254). Sum of RGB (Red+Green+Blue) = 2+38+254=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 254 (99.61% from 255 or 86.39% from 294); Max value from RGB is 254 - color contains mainly: blue. Hex color #0226FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0226FE is #FDD901. Grayscale: #323232. Windows color (decimal): -16636162 or 16655874. OLE color: 16655874.
HSL color Cylindrical-coordinate representation of color #0226FE: hue angle of 231.43º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0226FE is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 38 | 254 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.00 |
| HSL | 231.43º | 0.99% | 0.5% | - |
| HSV(B) | 231.43º | 0.99% | 1% | - |
| XYZ | 18.61 | 8.55 | 94.44 | - |
| YUV | 51.86 | 242.07 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 38 | 254 | 0.99 | 0.85 | 0 | 0.00 | 231.43 | 0.99 | 0.5 |
| Hex | 2 | 26 | FE | 63 | 55 | 0 | 0 | E7 | 63 | 32 |
| Octal | 2 | 46 | 376 | 143 | 125 | 0 | 0 | 347 | 143 | 62 |
| Binary | 10 | 100110 | 11111110 | 1100011 | 1010101 | 0 | 0 | 11100111 | 1100011 | 110010 |
Color Harmonies of #0226FE
Complementary color
Monochromatic Colors of #0226FE
Black with #0226FE
Text Example
Text Example
White with #0226FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0226FE; }
p { color: rgb(2,38,254); }
H1.HeaderClassName
{
color: #0226FE;
}
.AnyTagClassName
{
color: #0226FE;
}
</style>
background-color css
<style>
a { background-color: #0226FE; }
a { background-color: rgb(2,38,254); }
div.DivClassName
{
background-color: #0226FE;
}
.BgClassName
{
background-color: #0226FE;
}
</style>
border-color css
<style>
span { border-color: #0226FE; }
span { border-color: rgb(2,38,254); }
td.TdClassName
{
border-color: #0226FE;
}
.TagClassName
{
border-color: #0226FE;
}
</style>