Shades of Blue #0A1CFD
Tints of Blue #0A1CFD
RGB
CMYK
RGB Variations
Color information
#0A1CFD (or 0x0A1CFD) is known color: Blue. HEX triplet: 0A, 1C and FD. RGB value is (10,28,253). Sum of RGB (Red+Green+Blue) = 10+28+253=291 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.44% from 291); Green value is 28 (11.33% from 255 or 9.62% from 291); Blue value is 253 (99.22% from 255 or 86.94% from 291); Max value from RGB is 253 - color contains mainly: blue. Hex color #0A1CFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A1CFD is #F5E302. Grayscale: #2F2F2F. Windows color (decimal): -16114435 or 16587786. OLE color: 16587786.
HSL color Cylindrical-coordinate representation of color #0A1CFD: hue angle of 235.56º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A1CFD is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 28 | 253 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.01 |
| HSL | 235.56º | 0.98% | 0.52% | - |
| HSV(B) | 235.56º | 0.96% | 0.99% | - |
| XYZ | 18.27 | 7.99 | 93.51 | - |
| YUV | 48.27 | 243.54 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 28 | 253 | 0.96 | 0.89 | 0 | 0.01 | 235.56 | 0.98 | 0.52 |
| Hex | A | 1C | FD | 60 | 59 | 0 | 1 | EC | 62 | 34 |
| Octal | 12 | 34 | 375 | 140 | 131 | 0 | 1 | 354 | 142 | 64 |
| Binary | 1010 | 11100 | 11111101 | 1100000 | 1011001 | 0 | 1 | 11101100 | 1100010 | 110100 |
Color Harmonies of #0A1CFD
Complementary color
Monochromatic Colors of #0A1CFD
Black with #0A1CFD
Text Example
Text Example
White with #0A1CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1CFD; }
p { color: rgb(10,28,253); }
H1.HeaderClassName
{
color: #0A1CFD;
}
.AnyTagClassName
{
color: #0A1CFD;
}
</style>
background-color css
<style>
a { background-color: #0A1CFD; }
a { background-color: rgb(10,28,253); }
div.DivClassName
{
background-color: #0A1CFD;
}
.BgClassName
{
background-color: #0A1CFD;
}
</style>
border-color css
<style>
span { border-color: #0A1CFD; }
span { border-color: rgb(10,28,253); }
td.TdClassName
{
border-color: #0A1CFD;
}
.TagClassName
{
border-color: #0A1CFD;
}
</style>