Shades of Persian Blue #1B2FDD
Tints of Persian Blue #1B2FDD
RGB
CMYK
RGB Variations
Color information
#1B2FDD (or 0x1B2FDD) is known color: Persian Blue. HEX triplet: 1B, 2F and DD. RGB value is (27,47,221). Sum of RGB (Red+Green+Blue) = 27+47+221=295 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.15% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 221 (86.72% from 255 or 74.92% from 295); Max value from RGB is 221 - color contains mainly: blue. Hex color #1B2FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B2FDD is #E4D022. Grayscale: #3C3C3C. Windows color (decimal): -14995491 or 14495515. OLE color: 14495515.
HSL color Cylindrical-coordinate representation of color #1B2FDD: hue angle of 233.81º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B2FDD is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 47 | 221 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.13 |
| HSL | 233.81º | 0.78% | 0.49% | - |
| HSV(B) | 233.81º | 0.88% | 0.87% | - |
| XYZ | 14.52 | 7.49 | 69.09 | - |
| YUV | 60.86 | 218.37 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 47 | 221 | 0.88 | 0.79 | 0 | 0.13 | 233.81 | 0.78 | 0.49 |
| Hex | 1B | 2F | DD | 58 | 4F | 0 | D | EA | 4E | 31 |
| Octal | 33 | 57 | 335 | 130 | 117 | 0 | 15 | 352 | 116 | 61 |
| Binary | 11011 | 101111 | 11011101 | 1011000 | 1001111 | 0 | 1101 | 11101010 | 1001110 | 110001 |
Color Harmonies of #1B2FDD
Complementary color
Monochromatic Colors of #1B2FDD
Black with #1B2FDD
Text Example
Text Example
White with #1B2FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2FDD; }
p { color: rgb(27,47,221); }
H1.HeaderClassName
{
color: #1B2FDD;
}
.AnyTagClassName
{
color: #1B2FDD;
}
</style>
background-color css
<style>
a { background-color: #1B2FDD; }
a { background-color: rgb(27,47,221); }
div.DivClassName
{
background-color: #1B2FDD;
}
.BgClassName
{
background-color: #1B2FDD;
}
</style>
border-color css
<style>
span { border-color: #1B2FDD; }
span { border-color: rgb(27,47,221); }
td.TdClassName
{
border-color: #1B2FDD;
}
.TagClassName
{
border-color: #1B2FDD;
}
</style>