Shades of Blue #0236FC
Tints of Blue #0236FC
RGB
CMYK
RGB Variations
Color information
#0236FC (or 0x0236FC) is known color: Blue. HEX triplet: 02, 36 and FC. RGB value is (2,54,252). Sum of RGB (Red+Green+Blue) = 2+54+252=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 252 (98.83% from 255 or 81.82% from 308); Max value from RGB is 252 - color contains mainly: blue. Hex color #0236FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0236FC is #FDC903. Grayscale: #3C3C3C. Windows color (decimal): -16632068 or 16528898. OLE color: 16528898.
HSL color Cylindrical-coordinate representation of color #0236FC: hue angle of 227.52º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0236FC is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 54 | 252 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.01 |
| HSL | 227.52º | 0.98% | 0.5% | - |
| HSV(B) | 227.52º | 0.99% | 0.99% | - |
| XYZ | 18.91 | 9.68 | 92.97 | - |
| YUV | 61.02 | 235.77 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 54 | 252 | 0.99 | 0.79 | 0 | 0.01 | 227.52 | 0.98 | 0.5 |
| Hex | 2 | 36 | FC | 63 | 4F | 0 | 1 | E4 | 62 | 32 |
| Octal | 2 | 66 | 374 | 143 | 117 | 0 | 1 | 344 | 142 | 62 |
| Binary | 10 | 110110 | 11111100 | 1100011 | 1001111 | 0 | 1 | 11100100 | 1100010 | 110010 |
Color Harmonies of #0236FC
Complementary color
Monochromatic Colors of #0236FC
Black with #0236FC
Text Example
Text Example
White with #0236FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0236FC; }
p { color: rgb(2,54,252); }
H1.HeaderClassName
{
color: #0236FC;
}
.AnyTagClassName
{
color: #0236FC;
}
</style>
background-color css
<style>
a { background-color: #0236FC; }
a { background-color: rgb(2,54,252); }
div.DivClassName
{
background-color: #0236FC;
}
.BgClassName
{
background-color: #0236FC;
}
</style>
border-color css
<style>
span { border-color: #0236FC; }
span { border-color: rgb(2,54,252); }
td.TdClassName
{
border-color: #0236FC;
}
.TagClassName
{
border-color: #0236FC;
}
</style>