Shades of Persian Blue #1C2FDE
Tints of Persian Blue #1C2FDE
RGB
CMYK
RGB Variations
Color information
#1C2FDE (or 0x1C2FDE) is known color: Persian Blue. HEX triplet: 1C, 2F and DE. RGB value is (28,47,222). Sum of RGB (Red+Green+Blue) = 28+47+222=297 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.43% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 222 (87.11% from 255 or 74.75% from 297); Max value from RGB is 222 - color contains mainly: blue. Hex color #1C2FDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C2FDE is #E3D021. Grayscale: #3C3C3C. Windows color (decimal): -14929954 or 14561052. OLE color: 14561052.
HSL color Cylindrical-coordinate representation of color #1C2FDE: hue angle of 234.12º 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 #1C2FDE is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 47 | 222 | - |
| CMYK | 0.87 | 0.79 | 0 | 0.13 |
| HSL | 234.12º | 0.78% | 0.49% | - |
| HSV(B) | 234.12º | 0.87% | 0.87% | - |
| XYZ | 14.68 | 7.55 | 69.79 | - |
| YUV | 61.27 | 218.71 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 47 | 222 | 0.87 | 0.79 | 0 | 0.13 | 234.12 | 0.78 | 0.49 |
| Hex | 1C | 2F | DE | 57 | 4F | 0 | D | EA | 4E | 31 |
| Octal | 34 | 57 | 336 | 127 | 117 | 0 | 15 | 352 | 116 | 61 |
| Binary | 11100 | 101111 | 11011110 | 1010111 | 1001111 | 0 | 1101 | 11101010 | 1001110 | 110001 |
Color Harmonies of #1C2FDE
Complementary color
Monochromatic Colors of #1C2FDE
Black with #1C2FDE
Text Example
Text Example
White with #1C2FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2FDE; }
p { color: rgb(28,47,222); }
H1.HeaderClassName
{
color: #1C2FDE;
}
.AnyTagClassName
{
color: #1C2FDE;
}
</style>
background-color css
<style>
a { background-color: #1C2FDE; }
a { background-color: rgb(28,47,222); }
div.DivClassName
{
background-color: #1C2FDE;
}
.BgClassName
{
background-color: #1C2FDE;
}
</style>
border-color css
<style>
span { border-color: #1C2FDE; }
span { border-color: rgb(28,47,222); }
td.TdClassName
{
border-color: #1C2FDE;
}
.TagClassName
{
border-color: #1C2FDE;
}
</style>