Shades of Persian Blue #0742DC
Tints of Persian Blue #0742DC
RGB
CMYK
RGB Variations
Color information
#0742DC (or 0x0742DC) is known color: Persian Blue. HEX triplet: 07, 42 and DC. RGB value is (7,66,220). Sum of RGB (Red+Green+Blue) = 7+66+220=293 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.39% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 220 (86.33% from 255 or 75.09% from 293); Max value from RGB is 220 - color contains mainly: blue. Hex color #0742DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0742DC is #F8BD23. Grayscale: #414141. Windows color (decimal): -16301348 or 14434823. OLE color: 14434823.
HSL color Cylindrical-coordinate representation of color #0742DC: hue angle of 223.38º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0742DC is Cyan = 0.97, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 66 | 220 | - |
| CMYK | 0.97 | 0.7 | 0 | 0.14 |
| HSL | 223.38º | 0.94% | 0.45% | - |
| HSV(B) | 223.38º | 0.97% | 0.86% | - |
| XYZ | 14.95 | 9.11 | 68.68 | - |
| YUV | 65.92 | 214.95 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 66 | 220 | 0.97 | 0.7 | 0 | 0.14 | 223.38 | 0.94 | 0.45 |
| Hex | 7 | 42 | DC | 61 | 46 | 0 | E | DF | 5E | 2D |
| Octal | 7 | 102 | 334 | 141 | 106 | 0 | 16 | 337 | 136 | 55 |
| Binary | 111 | 1000010 | 11011100 | 1100001 | 1000110 | 0 | 1110 | 11011111 | 1011110 | 101101 |
Color Harmonies of #0742DC
Complementary color
Monochromatic Colors of #0742DC
Black with #0742DC
Text Example
Text Example
White with #0742DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0742DC; }
p { color: rgb(7,66,220); }
H1.HeaderClassName
{
color: #0742DC;
}
.AnyTagClassName
{
color: #0742DC;
}
</style>
background-color css
<style>
a { background-color: #0742DC; }
a { background-color: rgb(7,66,220); }
div.DivClassName
{
background-color: #0742DC;
}
.BgClassName
{
background-color: #0742DC;
}
</style>
border-color css
<style>
span { border-color: #0742DC; }
span { border-color: rgb(7,66,220); }
td.TdClassName
{
border-color: #0742DC;
}
.TagClassName
{
border-color: #0742DC;
}
</style>