Shades of Blue #0C15FB
Tints of Blue #0C15FB
RGB
CMYK
RGB Variations
Color information
#0C15FB (or 0x0C15FB) is known color: Blue. HEX triplet: 0C, 15 and FB. RGB value is (12,21,251). Sum of RGB (Red+Green+Blue) = 12+21+251=284 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.23% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 251 (98.44% from 255 or 88.38% from 284); Max value from RGB is 251 - color contains mainly: blue. Hex color #0C15FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0C15FB is #F3EA04. Grayscale: #2B2B2B. Windows color (decimal): -15985157 or 16454924. OLE color: 16454924.
HSL color Cylindrical-coordinate representation of color #0C15FB: hue angle of 237.74º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C15FB is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 21 | 251 | - |
| CMYK | 0.95 | 0.92 | 0 | 0.02 |
| HSL | 237.74º | 0.97% | 0.52% | - |
| HSV(B) | 237.74º | 0.95% | 0.98% | - |
| XYZ | 17.83 | 7.58 | 91.79 | - |
| YUV | 44.53 | 244.52 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 21 | 251 | 0.95 | 0.92 | 0 | 0.02 | 237.74 | 0.97 | 0.52 |
| Hex | C | 15 | FB | 5F | 5C | 0 | 2 | EE | 61 | 34 |
| Octal | 14 | 25 | 373 | 137 | 134 | 0 | 2 | 356 | 141 | 64 |
| Binary | 1100 | 10101 | 11111011 | 1011111 | 1011100 | 0 | 10 | 11101110 | 1100001 | 110100 |
Color Harmonies of #0C15FB
Complementary color
Monochromatic Colors of #0C15FB
Black with #0C15FB
Text Example
Text Example
White with #0C15FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C15FB; }
p { color: rgb(12,21,251); }
H1.HeaderClassName
{
color: #0C15FB;
}
.AnyTagClassName
{
color: #0C15FB;
}
</style>
background-color css
<style>
a { background-color: #0C15FB; }
a { background-color: rgb(12,21,251); }
div.DivClassName
{
background-color: #0C15FB;
}
.BgClassName
{
background-color: #0C15FB;
}
</style>
border-color css
<style>
span { border-color: #0C15FB; }
span { border-color: rgb(12,21,251); }
td.TdClassName
{
border-color: #0C15FB;
}
.TagClassName
{
border-color: #0C15FB;
}
</style>