Shades of Persian Blue #2F14CA
Tints of Persian Blue #2F14CA
RGB
CMYK
RGB Variations
Color information
#2F14CA (or 0x2F14CA) is known color: Persian Blue. HEX triplet: 2F, 14 and CA. RGB value is (47,20,202). Sum of RGB (Red+Green+Blue) = 47+20+202=269 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.47% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 202 (79.30% from 255 or 75.09% from 269); Max value from RGB is 202 - color contains mainly: blue. Hex color #2F14CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F14CA is #D0EB35. Grayscale: #303030. Windows color (decimal): -13691702 or 13243439. OLE color: 13243439.
HSL color Cylindrical-coordinate representation of color #2F14CA: hue angle of 248.9º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F14CA is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 47 | 20 | 202 | - |
| CMYK | 0.77 | 0.90 | 0 | 0.21 |
| HSL | 248.9º | 0.82% | 0.44% | - |
| HSV(B) | 248.9º | 0.9% | 0.79% | - |
| XYZ | 12.08 | 5.37 | 56.28 | - |
| YUV | 48.82 | 214.45 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 20 | 202 | 0.77 | 0.90 | 0 | 0.21 | 248.9 | 0.82 | 0.44 |
| Hex | 2F | 14 | CA | 4D | 5A | 0 | 15 | F9 | 52 | 2C |
| Octal | 57 | 24 | 312 | 115 | 132 | 0 | 25 | 371 | 122 | 54 |
| Binary | 101111 | 10100 | 11001010 | 1001101 | 1011010 | 0 | 10101 | 11111001 | 1010010 | 101100 |
Color Harmonies of #2F14CA
Complementary color
Monochromatic Colors of #2F14CA
Black with #2F14CA
Text Example
Text Example
White with #2F14CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F14CA; }
p { color: rgb(47,20,202); }
H1.HeaderClassName
{
color: #2F14CA;
}
.AnyTagClassName
{
color: #2F14CA;
}
</style>
background-color css
<style>
a { background-color: #2F14CA; }
a { background-color: rgb(47,20,202); }
div.DivClassName
{
background-color: #2F14CA;
}
.BgClassName
{
background-color: #2F14CA;
}
</style>
border-color css
<style>
span { border-color: #2F14CA; }
span { border-color: rgb(47,20,202); }
td.TdClassName
{
border-color: #2F14CA;
}
.TagClassName
{
border-color: #2F14CA;
}
</style>