Shades of Blue #0C34FC
Tints of Blue #0C34FC
RGB
CMYK
RGB Variations
Color information
#0C34FC (or 0x0C34FC) is known color: Blue. HEX triplet: 0C, 34 and FC. RGB value is (12,52,252). Sum of RGB (Red+Green+Blue) = 12+52+252=316 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.80% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 252 (98.83% from 255 or 79.75% from 316); Max value from RGB is 252 - color contains mainly: blue. Hex color #0C34FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C34FC is #F3CB03. Grayscale: #3E3E3E. Windows color (decimal): -15977220 or 16528396. OLE color: 16528396.
HSL color Cylindrical-coordinate representation of color #0C34FC: hue angle of 230º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C34FC is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 12 | 52 | 252 | - |
| CMYK | 0.95 | 0.79 | 0 | 0.01 |
| HSL | 230º | 0.98% | 0.52% | - |
| HSV(B) | 230º | 0.95% | 0.99% | - |
| XYZ | 18.95 | 9.56 | 92.94 | - |
| YUV | 62.84 | 234.75 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 52 | 252 | 0.95 | 0.79 | 0 | 0.01 | 230 | 0.98 | 0.52 |
| Hex | C | 34 | FC | 5F | 4F | 0 | 1 | E6 | 62 | 34 |
| Octal | 14 | 64 | 374 | 137 | 117 | 0 | 1 | 346 | 142 | 64 |
| Binary | 1100 | 110100 | 11111100 | 1011111 | 1001111 | 0 | 1 | 11100110 | 1100010 | 110100 |
Color Harmonies of #0C34FC
Complementary color
Monochromatic Colors of #0C34FC
Black with #0C34FC
Text Example
Text Example
White with #0C34FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C34FC; }
p { color: rgb(12,52,252); }
H1.HeaderClassName
{
color: #0C34FC;
}
.AnyTagClassName
{
color: #0C34FC;
}
</style>
background-color css
<style>
a { background-color: #0C34FC; }
a { background-color: rgb(12,52,252); }
div.DivClassName
{
background-color: #0C34FC;
}
.BgClassName
{
background-color: #0C34FC;
}
</style>
border-color css
<style>
span { border-color: #0C34FC; }
span { border-color: rgb(12,52,252); }
td.TdClassName
{
border-color: #0C34FC;
}
.TagClassName
{
border-color: #0C34FC;
}
</style>