Shades of Blue #0A3EFC
Tints of Blue #0A3EFC
RGB
CMYK
RGB Variations
Color information
#0A3EFC (or 0x0A3EFC) is known color: Blue. HEX triplet: 0A, 3E and FC. RGB value is (10,62,252). Sum of RGB (Red+Green+Blue) = 10+62+252=324 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.09% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 252 (98.83% from 255 or 77.78% from 324); Max value from RGB is 252 - color contains mainly: blue. Hex color #0A3EFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A3EFC is #F5C103. Grayscale: #434343. Windows color (decimal): -16105732 or 16530954. OLE color: 16530954.
HSL color Cylindrical-coordinate representation of color #0A3EFC: hue angle of 227.11º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A3EFC is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 62 | 252 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.01 |
| HSL | 227.11º | 0.98% | 0.51% | - |
| HSV(B) | 227.11º | 0.96% | 0.99% | - |
| XYZ | 19.42 | 10.54 | 93.11 | - |
| YUV | 68.11 | 231.77 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 62 | 252 | 0.96 | 0.75 | 0 | 0.01 | 227.11 | 0.98 | 0.51 |
| Hex | A | 3E | FC | 60 | 4B | 0 | 1 | E3 | 62 | 33 |
| Octal | 12 | 76 | 374 | 140 | 113 | 0 | 1 | 343 | 142 | 63 |
| Binary | 1010 | 111110 | 11111100 | 1100000 | 1001011 | 0 | 1 | 11100011 | 1100010 | 110011 |
Color Harmonies of #0A3EFC
Complementary color
Monochromatic Colors of #0A3EFC
Black with #0A3EFC
Text Example
Text Example
White with #0A3EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3EFC; }
p { color: rgb(10,62,252); }
H1.HeaderClassName
{
color: #0A3EFC;
}
.AnyTagClassName
{
color: #0A3EFC;
}
</style>
background-color css
<style>
a { background-color: #0A3EFC; }
a { background-color: rgb(10,62,252); }
div.DivClassName
{
background-color: #0A3EFC;
}
.BgClassName
{
background-color: #0A3EFC;
}
</style>
border-color css
<style>
span { border-color: #0A3EFC; }
span { border-color: rgb(10,62,252); }
td.TdClassName
{
border-color: #0A3EFC;
}
.TagClassName
{
border-color: #0A3EFC;
}
</style>