Shades of Medium Blue #0A1FDF
Tints of Medium Blue #0A1FDF
RGB
CMYK
RGB Variations
Color information
#0A1FDF (or 0x0A1FDF) is known color: Medium Blue. HEX triplet: 0A, 1F and DF. RGB value is (10,31,223). Sum of RGB (Red+Green+Blue) = 10+31+223=264 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.79% from 264); Green value is 31 (12.5% from 255 or 11.74% from 264); Blue value is 223 (87.5% from 255 or 84.47% from 264); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A1FDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A1FDF is #F5E020. Grayscale: #2D2D2D. Windows color (decimal): -16113697 or 14622474. OLE color: 14622474.
HSL color Cylindrical-coordinate representation of color #0A1FDF: hue angle of 234.08º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A1FDF is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 31 | 223 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.13 |
| HSL | 234.08º | 0.91% | 0.46% | - |
| HSV(B) | 234.08º | 0.96% | 0.87% | - |
| XYZ | 13.93 | 6.37 | 70.31 | - |
| YUV | 46.61 | 227.54 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 31 | 223 | 0.96 | 0.86 | 0 | 0.13 | 234.08 | 0.91 | 0.46 |
| Hex | A | 1F | DF | 60 | 56 | 0 | D | EA | 5B | 2E |
| Octal | 12 | 37 | 337 | 140 | 126 | 0 | 15 | 352 | 133 | 56 |
| Binary | 1010 | 11111 | 11011111 | 1100000 | 1010110 | 0 | 1101 | 11101010 | 1011011 | 101110 |
Color Harmonies of #0A1FDF
Complementary color
Monochromatic Colors of #0A1FDF
Black with #0A1FDF
Text Example
Text Example
White with #0A1FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1FDF; }
p { color: rgb(10,31,223); }
H1.HeaderClassName
{
color: #0A1FDF;
}
.AnyTagClassName
{
color: #0A1FDF;
}
</style>
background-color css
<style>
a { background-color: #0A1FDF; }
a { background-color: rgb(10,31,223); }
div.DivClassName
{
background-color: #0A1FDF;
}
.BgClassName
{
background-color: #0A1FDF;
}
</style>
border-color css
<style>
span { border-color: #0A1FDF; }
span { border-color: rgb(10,31,223); }
td.TdClassName
{
border-color: #0A1FDF;
}
.TagClassName
{
border-color: #0A1FDF;
}
</style>