Shades of Persian Blue #1C2FDD
Tints of Persian Blue #1C2FDD
RGB
CMYK
RGB Variations
Color information
#1C2FDD (or 0x1C2FDD) is known color: Persian Blue. HEX triplet: 1C, 2F and DD. RGB value is (28,47,221). Sum of RGB (Red+Green+Blue) = 28+47+221=296 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.46% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 221 (86.72% from 255 or 74.66% from 296); Max value from RGB is 221 - color contains mainly: blue. Hex color #1C2FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C2FDD is #E3D022. Grayscale: #3C3C3C. Windows color (decimal): -14929955 or 14495516. OLE color: 14495516.
HSL color Cylindrical-coordinate representation of color #1C2FDD: hue angle of 234.09º 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 #1C2FDD is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 47 | 221 | - |
| CMYK | 0.87 | 0.79 | 0 | 0.13 |
| HSL | 234.09º | 0.78% | 0.49% | - |
| HSV(B) | 234.09º | 0.87% | 0.87% | - |
| XYZ | 14.55 | 7.5 | 69.09 | - |
| YUV | 61.16 | 218.21 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 47 | 221 | 0.87 | 0.79 | 0 | 0.13 | 234.09 | 0.78 | 0.49 |
| Hex | 1C | 2F | DD | 57 | 4F | 0 | D | EA | 4E | 31 |
| Octal | 34 | 57 | 335 | 127 | 117 | 0 | 15 | 352 | 116 | 61 |
| Binary | 11100 | 101111 | 11011101 | 1010111 | 1001111 | 0 | 1101 | 11101010 | 1001110 | 110001 |
Color Harmonies of #1C2FDD
Complementary color
Monochromatic Colors of #1C2FDD
Black with #1C2FDD
Text Example
Text Example
White with #1C2FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2FDD; }
p { color: rgb(28,47,221); }
H1.HeaderClassName
{
color: #1C2FDD;
}
.AnyTagClassName
{
color: #1C2FDD;
}
</style>
background-color css
<style>
a { background-color: #1C2FDD; }
a { background-color: rgb(28,47,221); }
div.DivClassName
{
background-color: #1C2FDD;
}
.BgClassName
{
background-color: #1C2FDD;
}
</style>
border-color css
<style>
span { border-color: #1C2FDD; }
span { border-color: rgb(28,47,221); }
td.TdClassName
{
border-color: #1C2FDD;
}
.TagClassName
{
border-color: #1C2FDD;
}
</style>