Shades of Blue #0C22F0
Tints of Blue #0C22F0
RGB
CMYK
RGB Variations
Color information
#0C22F0 (or 0x0C22F0) is known color: Blue. HEX triplet: 0C, 22 and F0. RGB value is (12,34,240). Sum of RGB (Red+Green+Blue) = 12+34+240=286 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.20% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 240 (94.14% from 255 or 83.92% from 286); Max value from RGB is 240 - color contains mainly: blue. Hex color #0C22F0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C22F0 is #F3DD0F. Grayscale: #323232. Windows color (decimal): -15981840 or 15737356. OLE color: 15737356.
HSL color Cylindrical-coordinate representation of color #0C22F0: hue angle of 234.21º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C22F0 is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 34 | 240 | - |
| CMYK | 0.95 | 0.86 | 0 | 0.06 |
| HSL | 234.21º | 0.9% | 0.49% | - |
| HSV(B) | 234.21º | 0.95% | 0.94% | - |
| XYZ | 16.45 | 7.51 | 83.02 | - |
| YUV | 50.91 | 234.71 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 34 | 240 | 0.95 | 0.86 | 0 | 0.06 | 234.21 | 0.9 | 0.49 |
| Hex | C | 22 | F0 | 5F | 56 | 0 | 6 | EA | 5A | 31 |
| Octal | 14 | 42 | 360 | 137 | 126 | 0 | 6 | 352 | 132 | 61 |
| Binary | 1100 | 100010 | 11110000 | 1011111 | 1010110 | 0 | 110 | 11101010 | 1011010 | 110001 |
Color Harmonies of #0C22F0
Complementary color
Monochromatic Colors of #0C22F0
Black with #0C22F0
Text Example
Text Example
White with #0C22F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C22F0; }
p { color: rgb(12,34,240); }
H1.HeaderClassName
{
color: #0C22F0;
}
.AnyTagClassName
{
color: #0C22F0;
}
</style>
background-color css
<style>
a { background-color: #0C22F0; }
a { background-color: rgb(12,34,240); }
div.DivClassName
{
background-color: #0C22F0;
}
.BgClassName
{
background-color: #0C22F0;
}
</style>
border-color css
<style>
span { border-color: #0C22F0; }
span { border-color: rgb(12,34,240); }
td.TdClassName
{
border-color: #0C22F0;
}
.TagClassName
{
border-color: #0C22F0;
}
</style>