Shades of Persian Blue #042FDF
Tints of Persian Blue #042FDF
RGB
CMYK
RGB Variations
Color information
#042FDF (or 0x042FDF) is known color: Persian Blue. HEX triplet: 04, 2F and DF. RGB value is (4,47,223). Sum of RGB (Red+Green+Blue) = 4+47+223=274 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.46% from 274); Green value is 47 (18.75% from 255 or 17.15% from 274); Blue value is 223 (87.5% from 255 or 81.39% from 274); Max value from RGB is 223 - color contains mainly: blue. Hex color #042FDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042FDF is #FBD020. Grayscale: #353535. Windows color (decimal): -16502817 or 14626564. OLE color: 14626564.
HSL color Cylindrical-coordinate representation of color #042FDF: hue angle of 228.22º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042FDF is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 47 | 223 | - |
| CMYK | 0.98 | 0.79 | 0 | 0.13 |
| HSL | 228.22º | 0.96% | 0.45% | - |
| HSV(B) | 228.22º | 0.98% | 0.87% | - |
| XYZ | 14.39 | 7.39 | 70.48 | - |
| YUV | 54.21 | 223.25 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 47 | 223 | 0.98 | 0.79 | 0 | 0.13 | 228.22 | 0.96 | 0.45 |
| Hex | 4 | 2F | DF | 62 | 4F | 0 | D | E4 | 60 | 2D |
| Octal | 4 | 57 | 337 | 142 | 117 | 0 | 15 | 344 | 140 | 55 |
| Binary | 100 | 101111 | 11011111 | 1100010 | 1001111 | 0 | 1101 | 11100100 | 1100000 | 101101 |
Color Harmonies of #042FDF
Complementary color
Monochromatic Colors of #042FDF
Black with #042FDF
Text Example
Text Example
White with #042FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042FDF; }
p { color: rgb(4,47,223); }
H1.HeaderClassName
{
color: #042FDF;
}
.AnyTagClassName
{
color: #042FDF;
}
</style>
background-color css
<style>
a { background-color: #042FDF; }
a { background-color: rgb(4,47,223); }
div.DivClassName
{
background-color: #042FDF;
}
.BgClassName
{
background-color: #042FDF;
}
</style>
border-color css
<style>
span { border-color: #042FDF; }
span { border-color: rgb(4,47,223); }
td.TdClassName
{
border-color: #042FDF;
}
.TagClassName
{
border-color: #042FDF;
}
</style>