Shades of Blue #0C2EF9
Tints of Blue #0C2EF9
RGB
CMYK
RGB Variations
Color information
#0C2EF9 (or 0x0C2EF9) is known color: Blue. HEX triplet: 0C, 2E and F9. RGB value is (12,46,249). Sum of RGB (Red+Green+Blue) = 12+46+249=307 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.91% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 249 (97.66% from 255 or 81.11% from 307); Max value from RGB is 249 - color contains mainly: blue. Hex color #0C2EF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C2EF9 is #F3D106. Grayscale: #3A3A3A. Windows color (decimal): -15978759 or 16330252. OLE color: 16330252.
HSL color Cylindrical-coordinate representation of color #0C2EF9: hue angle of 231.39º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C2EF9 is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 46 | 249 | - |
| CMYK | 0.95 | 0.82 | 0 | 0.02 |
| HSL | 231.39º | 0.95% | 0.51% | - |
| HSV(B) | 231.39º | 0.95% | 0.98% | - |
| XYZ | 18.23 | 8.87 | 90.37 | - |
| YUV | 58.98 | 235.24 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 46 | 249 | 0.95 | 0.82 | 0 | 0.02 | 231.39 | 0.95 | 0.51 |
| Hex | C | 2E | F9 | 5F | 52 | 0 | 2 | E7 | 5F | 33 |
| Octal | 14 | 56 | 371 | 137 | 122 | 0 | 2 | 347 | 137 | 63 |
| Binary | 1100 | 101110 | 11111001 | 1011111 | 1010010 | 0 | 10 | 11100111 | 1011111 | 110011 |
Color Harmonies of #0C2EF9
Complementary color
Monochromatic Colors of #0C2EF9
Black with #0C2EF9
Text Example
Text Example
White with #0C2EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2EF9; }
p { color: rgb(12,46,249); }
H1.HeaderClassName
{
color: #0C2EF9;
}
.AnyTagClassName
{
color: #0C2EF9;
}
</style>
background-color css
<style>
a { background-color: #0C2EF9; }
a { background-color: rgb(12,46,249); }
div.DivClassName
{
background-color: #0C2EF9;
}
.BgClassName
{
background-color: #0C2EF9;
}
</style>
border-color css
<style>
span { border-color: #0C2EF9; }
span { border-color: rgb(12,46,249); }
td.TdClassName
{
border-color: #0C2EF9;
}
.TagClassName
{
border-color: #0C2EF9;
}
</style>