Shades of Persian Blue #042FDD
Tints of Persian Blue #042FDD
RGB
CMYK
RGB Variations
Color information
#042FDD (or 0x042FDD) is known color: Persian Blue. HEX triplet: 04, 2F and DD. RGB value is (4,47,221). Sum of RGB (Red+Green+Blue) = 4+47+221=272 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 221 (86.72% from 255 or 81.25% from 272); Max value from RGB is 221 - color contains mainly: blue. Hex color #042FDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042FDD is #FBD022. Grayscale: #353535. Windows color (decimal): -16502819 or 14495492. OLE color: 14495492.
HSL color Cylindrical-coordinate representation of color #042FDD: hue angle of 228.11º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042FDD is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 47 | 221 | - |
| CMYK | 0.98 | 0.79 | 0 | 0.13 |
| HSL | 228.11º | 0.96% | 0.44% | - |
| HSV(B) | 228.11º | 0.98% | 0.87% | - |
| XYZ | 14.12 | 7.28 | 69.07 | - |
| YUV | 53.98 | 222.25 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 47 | 221 | 0.98 | 0.79 | 0 | 0.13 | 228.11 | 0.96 | 0.44 |
| Hex | 4 | 2F | DD | 62 | 4F | 0 | D | E4 | 60 | 2C |
| Octal | 4 | 57 | 335 | 142 | 117 | 0 | 15 | 344 | 140 | 54 |
| Binary | 100 | 101111 | 11011101 | 1100010 | 1001111 | 0 | 1101 | 11100100 | 1100000 | 101100 |
Color Harmonies of #042FDD
Complementary color
Monochromatic Colors of #042FDD
Black with #042FDD
Text Example
Text Example
White with #042FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042FDD; }
p { color: rgb(4,47,221); }
H1.HeaderClassName
{
color: #042FDD;
}
.AnyTagClassName
{
color: #042FDD;
}
</style>
background-color css
<style>
a { background-color: #042FDD; }
a { background-color: rgb(4,47,221); }
div.DivClassName
{
background-color: #042FDD;
}
.BgClassName
{
background-color: #042FDD;
}
</style>
border-color css
<style>
span { border-color: #042FDD; }
span { border-color: rgb(4,47,221); }
td.TdClassName
{
border-color: #042FDD;
}
.TagClassName
{
border-color: #042FDD;
}
</style>