Shades of Persian Blue #143CF8
Tints of Persian Blue #143CF8
RGB
CMYK
RGB Variations
Color information
#143CF8 (or 0x143CF8) is known color: Persian Blue. HEX triplet: 14, 3C and F8. RGB value is (20,60,248). Sum of RGB (Red+Green+Blue) = 20+60+248=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 248 (97.27% from 255 or 75.61% from 328); Max value from RGB is 248 - color contains mainly: blue. Hex color #143CF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #143CF8 is #EBC307. Grayscale: #444444. Windows color (decimal): -15450888 or 16268308. OLE color: 16268308.
HSL color Cylindrical-coordinate representation of color #143CF8: hue angle of 229.47º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #143CF8 is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 20 | 60 | 248 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.03 |
| HSL | 229.47º | 0.94% | 0.53% | - |
| HSV(B) | 229.47º | 0.92% | 0.97% | - |
| XYZ | 18.85 | 10.16 | 89.77 | - |
| YUV | 69.47 | 228.75 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 248 | 0.92 | 0.76 | 0 | 0.03 | 229.47 | 0.94 | 0.53 |
| Hex | 14 | 3C | F8 | 5C | 4C | 0 | 3 | E5 | 5E | 35 |
| Octal | 24 | 74 | 370 | 134 | 114 | 0 | 3 | 345 | 136 | 65 |
| Binary | 10100 | 111100 | 11111000 | 1011100 | 1001100 | 0 | 11 | 11100101 | 1011110 | 110101 |
Color Harmonies of #143CF8
Complementary color
Monochromatic Colors of #143CF8
Black with #143CF8
Text Example
Text Example
White with #143CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143CF8; }
p { color: rgb(20,60,248); }
H1.HeaderClassName
{
color: #143CF8;
}
.AnyTagClassName
{
color: #143CF8;
}
</style>
background-color css
<style>
a { background-color: #143CF8; }
a { background-color: rgb(20,60,248); }
div.DivClassName
{
background-color: #143CF8;
}
.BgClassName
{
background-color: #143CF8;
}
</style>
border-color css
<style>
span { border-color: #143CF8; }
span { border-color: rgb(20,60,248); }
td.TdClassName
{
border-color: #143CF8;
}
.TagClassName
{
border-color: #143CF8;
}
</style>