Shades of Blue #0236FE
Tints of Blue #0236FE
RGB
CMYK
RGB Variations
Color information
#0236FE (or 0x0236FE) is known color: Blue. HEX triplet: 02, 36 and FE. RGB value is (2,54,254). Sum of RGB (Red+Green+Blue) = 2+54+254=310 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 254 (99.61% from 255 or 81.94% from 310); Max value from RGB is 254 - color contains mainly: blue. Hex color #0236FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0236FE is #FDC901. Grayscale: #3C3C3C. Windows color (decimal): -16632066 or 16659970. OLE color: 16659970.
HSL color Cylindrical-coordinate representation of color #0236FE: hue angle of 227.62º 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 #0236FE is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 54 | 254 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.00 |
| HSL | 227.62º | 0.99% | 0.5% | - |
| HSV(B) | 227.62º | 0.99% | 1% | - |
| XYZ | 19.23 | 9.81 | 94.65 | - |
| YUV | 61.25 | 236.77 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 54 | 254 | 0.99 | 0.79 | 0 | 0.00 | 227.62 | 0.99 | 0.5 |
| Hex | 2 | 36 | FE | 63 | 4F | 0 | 0 | E4 | 63 | 32 |
| Octal | 2 | 66 | 376 | 143 | 117 | 0 | 0 | 344 | 143 | 62 |
| Binary | 10 | 110110 | 11111110 | 1100011 | 1001111 | 0 | 0 | 11100100 | 1100011 | 110010 |
Color Harmonies of #0236FE
Complementary color
Monochromatic Colors of #0236FE
Black with #0236FE
Text Example
Text Example
White with #0236FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0236FE; }
p { color: rgb(2,54,254); }
H1.HeaderClassName
{
color: #0236FE;
}
.AnyTagClassName
{
color: #0236FE;
}
</style>
background-color css
<style>
a { background-color: #0236FE; }
a { background-color: rgb(2,54,254); }
div.DivClassName
{
background-color: #0236FE;
}
.BgClassName
{
background-color: #0236FE;
}
</style>
border-color css
<style>
span { border-color: #0236FE; }
span { border-color: rgb(2,54,254); }
td.TdClassName
{
border-color: #0236FE;
}
.TagClassName
{
border-color: #0236FE;
}
</style>