Shades of Persian Blue #1C3FDF
Tints of Persian Blue #1C3FDF
RGB
CMYK
RGB Variations
Color information
#1C3FDF (or 0x1C3FDF) is known color: Persian Blue. HEX triplet: 1C, 3F and DF. RGB value is (28,63,223). Sum of RGB (Red+Green+Blue) = 28+63+223=314 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.92% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 223 (87.5% from 255 or 71.02% from 314); Max value from RGB is 223 - color contains mainly: blue. Hex color #1C3FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C3FDF is #E3C020. Grayscale: #464646. Windows color (decimal): -14925857 or 14630684. OLE color: 14630684.
HSL color Cylindrical-coordinate representation of color #1C3FDF: hue angle of 229.23º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C3FDF is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 63 | 223 | - |
| CMYK | 0.87 | 0.72 | 0 | 0.13 |
| HSL | 229.23º | 0.78% | 0.49% | - |
| HSV(B) | 229.23º | 0.87% | 0.87% | - |
| XYZ | 15.58 | 9.13 | 70.75 | - |
| YUV | 70.78 | 213.9 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 63 | 223 | 0.87 | 0.72 | 0 | 0.13 | 229.23 | 0.78 | 0.49 |
| Hex | 1C | 3F | DF | 57 | 48 | 0 | D | E5 | 4E | 31 |
| Octal | 34 | 77 | 337 | 127 | 110 | 0 | 15 | 345 | 116 | 61 |
| Binary | 11100 | 111111 | 11011111 | 1010111 | 1001000 | 0 | 1101 | 11100101 | 1001110 | 110001 |
Color Harmonies of #1C3FDF
Complementary color
Monochromatic Colors of #1C3FDF
Black with #1C3FDF
Text Example
Text Example
White with #1C3FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3FDF; }
p { color: rgb(28,63,223); }
H1.HeaderClassName
{
color: #1C3FDF;
}
.AnyTagClassName
{
color: #1C3FDF;
}
</style>
background-color css
<style>
a { background-color: #1C3FDF; }
a { background-color: rgb(28,63,223); }
div.DivClassName
{
background-color: #1C3FDF;
}
.BgClassName
{
background-color: #1C3FDF;
}
</style>
border-color css
<style>
span { border-color: #1C3FDF; }
span { border-color: rgb(28,63,223); }
td.TdClassName
{
border-color: #1C3FDF;
}
.TagClassName
{
border-color: #1C3FDF;
}
</style>