Shades of Persian Blue #0A2FDC
Tints of Persian Blue #0A2FDC
RGB
CMYK
RGB Variations
Color information
#0A2FDC (or 0x0A2FDC) is known color: Persian Blue. HEX triplet: 0A, 2F and DC. RGB value is (10,47,220). Sum of RGB (Red+Green+Blue) = 10+47+220=277 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.61% from 277); Green value is 47 (18.75% from 255 or 16.97% from 277); Blue value is 220 (86.33% from 255 or 79.42% from 277); Max value from RGB is 220 - color contains mainly: blue. Hex color #0A2FDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A2FDC is #F5D023. Grayscale: #363636. Windows color (decimal): -16109604 or 14429962. OLE color: 14429962.
HSL color Cylindrical-coordinate representation of color #0A2FDC: hue angle of 229.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A2FDC is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 47 | 220 | - |
| CMYK | 0.95 | 0.79 | 0 | 0.14 |
| HSL | 229.43º | 0.91% | 0.45% | - |
| HSV(B) | 229.43º | 0.95% | 0.86% | - |
| XYZ | 14.06 | 7.26 | 68.37 | - |
| YUV | 55.66 | 220.74 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 47 | 220 | 0.95 | 0.79 | 0 | 0.14 | 229.43 | 0.91 | 0.45 |
| Hex | A | 2F | DC | 5F | 4F | 0 | E | E5 | 5B | 2D |
| Octal | 12 | 57 | 334 | 137 | 117 | 0 | 16 | 345 | 133 | 55 |
| Binary | 1010 | 101111 | 11011100 | 1011111 | 1001111 | 0 | 1110 | 11100101 | 1011011 | 101101 |
Color Harmonies of #0A2FDC
Complementary color
Monochromatic Colors of #0A2FDC
Black with #0A2FDC
Text Example
Text Example
White with #0A2FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2FDC; }
p { color: rgb(10,47,220); }
H1.HeaderClassName
{
color: #0A2FDC;
}
.AnyTagClassName
{
color: #0A2FDC;
}
</style>
background-color css
<style>
a { background-color: #0A2FDC; }
a { background-color: rgb(10,47,220); }
div.DivClassName
{
background-color: #0A2FDC;
}
.BgClassName
{
background-color: #0A2FDC;
}
</style>
border-color css
<style>
span { border-color: #0A2FDC; }
span { border-color: rgb(10,47,220); }
td.TdClassName
{
border-color: #0A2FDC;
}
.TagClassName
{
border-color: #0A2FDC;
}
</style>