Shades of Persian Blue #2A14BF
Tints of Persian Blue #2A14BF
RGB
CMYK
RGB Variations
Color information
#2A14BF (or 0x2A14BF) is known color: Persian Blue. HEX triplet: 2A, 14 and BF. RGB value is (42,20,191). Sum of RGB (Red+Green+Blue) = 42+20+191=253 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.60% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 191 (75% from 255 or 75.49% from 253); Max value from RGB is 191 - color contains mainly: blue. Hex color #2A14BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A14BF is #D5EB40. Grayscale: #2D2D2D. Windows color (decimal): -14019393 or 12522538. OLE color: 12522538.
HSL color Cylindrical-coordinate representation of color #2A14BF: hue angle of 247.72º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A14BF is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 20 | 191 | - |
| CMYK | 0.78 | 0.90 | 0 | 0.25 |
| HSL | 247.72º | 0.81% | 0.41% | - |
| HSV(B) | 247.72º | 0.9% | 0.75% | - |
| XYZ | 10.61 | 4.75 | 49.65 | - |
| YUV | 46.07 | 209.79 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 20 | 191 | 0.78 | 0.90 | 0 | 0.25 | 247.72 | 0.81 | 0.41 |
| Hex | 2A | 14 | BF | 4E | 5A | 0 | 19 | F8 | 51 | 29 |
| Octal | 52 | 24 | 277 | 116 | 132 | 0 | 31 | 370 | 121 | 51 |
| Binary | 101010 | 10100 | 10111111 | 1001110 | 1011010 | 0 | 11001 | 11111000 | 1010001 | 101001 |
Color Harmonies of #2A14BF
Complementary color
Monochromatic Colors of #2A14BF
Black with #2A14BF
Text Example
Text Example
White with #2A14BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A14BF; }
p { color: rgb(42,20,191); }
H1.HeaderClassName
{
color: #2A14BF;
}
.AnyTagClassName
{
color: #2A14BF;
}
</style>
background-color css
<style>
a { background-color: #2A14BF; }
a { background-color: rgb(42,20,191); }
div.DivClassName
{
background-color: #2A14BF;
}
.BgClassName
{
background-color: #2A14BF;
}
</style>
border-color css
<style>
span { border-color: #2A14BF; }
span { border-color: rgb(42,20,191); }
td.TdClassName
{
border-color: #2A14BF;
}
.TagClassName
{
border-color: #2A14BF;
}
</style>