Shades of Blue #010CFA
Tints of Blue #010CFA
RGB
CMYK
RGB Variations
Color information
#010CFA (or 0x010CFA) is known color: Blue. HEX triplet: 01, 0C and FA. RGB value is (1,12,250). Sum of RGB (Red+Green+Blue) = 1+12+250=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 250 (98.05% from 255 or 95.06% from 263); Max value from RGB is 250 - color contains mainly: blue. Hex color #010CFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010CFA is #FEF305. Grayscale: #222222. Windows color (decimal): -16708358 or 16387073. OLE color: 16387073.
HSL color Cylindrical-coordinate representation of color #010CFA: hue angle of 237.35º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010CFA is Cyan = 1.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 12 | 250 | - |
| CMYK | 1.00 | 0.95 | 0 | 0.02 |
| HSL | 237.35º | 0.99% | 0.49% | - |
| HSV(B) | 237.35º | 1% | 0.98% | - |
| XYZ | 17.4 | 7.17 | 90.91 | - |
| YUV | 35.84 | 248.86 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 250 | 1.00 | 0.95 | 0 | 0.02 | 237.35 | 0.99 | 0.49 |
| Hex | 1 | C | FA | 64 | 5F | 0 | 2 | ED | 63 | 31 |
| Octal | 1 | 14 | 372 | 144 | 137 | 0 | 2 | 355 | 143 | 61 |
| Binary | 1 | 1100 | 11111010 | 1100100 | 1011111 | 0 | 10 | 11101101 | 1100011 | 110001 |
Color Harmonies of #010CFA
Complementary color
Monochromatic Colors of #010CFA
Black with #010CFA
Text Example
Text Example
White with #010CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010CFA; }
p { color: rgb(1,12,250); }
H1.HeaderClassName
{
color: #010CFA;
}
.AnyTagClassName
{
color: #010CFA;
}
</style>
background-color css
<style>
a { background-color: #010CFA; }
a { background-color: rgb(1,12,250); }
div.DivClassName
{
background-color: #010CFA;
}
.BgClassName
{
background-color: #010CFA;
}
</style>
border-color css
<style>
span { border-color: #010CFA; }
span { border-color: rgb(1,12,250); }
td.TdClassName
{
border-color: #010CFA;
}
.TagClassName
{
border-color: #010CFA;
}
</style>