Shades of Persian Blue #1F2BDF
Tints of Persian Blue #1F2BDF
RGB
CMYK
RGB Variations
Color information
#1F2BDF (or 0x1F2BDF) is known color: Persian Blue. HEX triplet: 1F, 2B and DF. RGB value is (31,43,223). Sum of RGB (Red+Green+Blue) = 31+43+223=297 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.44% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 223 (87.5% from 255 or 75.08% from 297); Max value from RGB is 223 - color contains mainly: blue. Hex color #1F2BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F2BDF is #E0D420. Grayscale: #3B3B3B. Windows color (decimal): -14734369 or 14625567. OLE color: 14625567.
HSL color Cylindrical-coordinate representation of color #1F2BDF: hue angle of 236.25º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F2BDF is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 43 | 223 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.13 |
| HSL | 236.25º | 0.76% | 0.5% | - |
| HSV(B) | 236.25º | 0.86% | 0.87% | - |
| XYZ | 14.75 | 7.35 | 70.45 | - |
| YUV | 59.93 | 220.02 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 43 | 223 | 0.86 | 0.81 | 0 | 0.13 | 236.25 | 0.76 | 0.5 |
| Hex | 1F | 2B | DF | 56 | 51 | 0 | D | EC | 4C | 32 |
| Octal | 37 | 53 | 337 | 126 | 121 | 0 | 15 | 354 | 114 | 62 |
| Binary | 11111 | 101011 | 11011111 | 1010110 | 1010001 | 0 | 1101 | 11101100 | 1001100 | 110010 |
Color Harmonies of #1F2BDF
Complementary color
Monochromatic Colors of #1F2BDF
Black with #1F2BDF
Text Example
Text Example
White with #1F2BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2BDF; }
p { color: rgb(31,43,223); }
H1.HeaderClassName
{
color: #1F2BDF;
}
.AnyTagClassName
{
color: #1F2BDF;
}
</style>
background-color css
<style>
a { background-color: #1F2BDF; }
a { background-color: rgb(31,43,223); }
div.DivClassName
{
background-color: #1F2BDF;
}
.BgClassName
{
background-color: #1F2BDF;
}
</style>
border-color css
<style>
span { border-color: #1F2BDF; }
span { border-color: rgb(31,43,223); }
td.TdClassName
{
border-color: #1F2BDF;
}
.TagClassName
{
border-color: #1F2BDF;
}
</style>