Shades of Persian Blue #1428DF
Tints of Persian Blue #1428DF
RGB
CMYK
RGB Variations
Color information
#1428DF (or 0x1428DF) is known color: Persian Blue. HEX triplet: 14, 28 and DF. RGB value is (20,40,223). Sum of RGB (Red+Green+Blue) = 20+40+223=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 223 (87.5% from 255 or 78.80% from 283); Max value from RGB is 223 - color contains mainly: blue. Hex color #1428DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1428DF is #EBD720. Grayscale: #363636. Windows color (decimal): -15456033 or 14624788. OLE color: 14624788.
HSL color Cylindrical-coordinate representation of color #1428DF: hue angle of 234.09º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1428DF is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 40 | 223 | - |
| CMYK | 0.91 | 0.82 | 0 | 0.13 |
| HSL | 234.09º | 0.84% | 0.48% | - |
| HSV(B) | 234.09º | 0.91% | 0.87% | - |
| XYZ | 14.37 | 6.99 | 70.4 | - |
| YUV | 54.88 | 222.87 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 223 | 0.91 | 0.82 | 0 | 0.13 | 234.09 | 0.84 | 0.48 |
| Hex | 14 | 28 | DF | 5B | 52 | 0 | D | EA | 54 | 30 |
| Octal | 24 | 50 | 337 | 133 | 122 | 0 | 15 | 352 | 124 | 60 |
| Binary | 10100 | 101000 | 11011111 | 1011011 | 1010010 | 0 | 1101 | 11101010 | 1010100 | 110000 |
Color Harmonies of #1428DF
Complementary color
Monochromatic Colors of #1428DF
Black with #1428DF
Text Example
Text Example
White with #1428DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1428DF; }
p { color: rgb(20,40,223); }
H1.HeaderClassName
{
color: #1428DF;
}
.AnyTagClassName
{
color: #1428DF;
}
</style>
background-color css
<style>
a { background-color: #1428DF; }
a { background-color: rgb(20,40,223); }
div.DivClassName
{
background-color: #1428DF;
}
.BgClassName
{
background-color: #1428DF;
}
</style>
border-color css
<style>
span { border-color: #1428DF; }
span { border-color: rgb(20,40,223); }
td.TdClassName
{
border-color: #1428DF;
}
.TagClassName
{
border-color: #1428DF;
}
</style>