Shades of Persian Blue #0743DD
Tints of Persian Blue #0743DD
RGB
CMYK
RGB Variations
Color information
#0743DD (or 0x0743DD) is known color: Persian Blue. HEX triplet: 07, 43 and DD. RGB value is (7,67,221). Sum of RGB (Red+Green+Blue) = 7+67+221=295 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.37% from 295); Green value is 67 (26.56% from 255 or 22.71% 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 #0743DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0743DD is #F8BC22. Grayscale: #414141. Windows color (decimal): -16301091 or 14500615. OLE color: 14500615.
HSL color Cylindrical-coordinate representation of color #0743DD: hue angle of 223.18º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0743DD is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 67 | 221 | - |
| CMYK | 0.97 | 0.70 | 0 | 0.13 |
| HSL | 223.18º | 0.94% | 0.45% | - |
| HSV(B) | 223.18º | 0.97% | 0.87% | - |
| XYZ | 15.15 | 9.28 | 69.4 | - |
| YUV | 66.62 | 215.12 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 67 | 221 | 0.97 | 0.70 | 0 | 0.13 | 223.18 | 0.94 | 0.45 |
| Hex | 7 | 43 | DD | 61 | 46 | 0 | D | DF | 5E | 2D |
| Octal | 7 | 103 | 335 | 141 | 106 | 0 | 15 | 337 | 136 | 55 |
| Binary | 111 | 1000011 | 11011101 | 1100001 | 1000110 | 0 | 1101 | 11011111 | 1011110 | 101101 |
Color Harmonies of #0743DD
Complementary color
Monochromatic Colors of #0743DD
Black with #0743DD
Text Example
Text Example
White with #0743DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0743DD; }
p { color: rgb(7,67,221); }
H1.HeaderClassName
{
color: #0743DD;
}
.AnyTagClassName
{
color: #0743DD;
}
</style>
background-color css
<style>
a { background-color: #0743DD; }
a { background-color: rgb(7,67,221); }
div.DivClassName
{
background-color: #0743DD;
}
.BgClassName
{
background-color: #0743DD;
}
</style>
border-color css
<style>
span { border-color: #0743DD; }
span { border-color: rgb(7,67,221); }
td.TdClassName
{
border-color: #0743DD;
}
.TagClassName
{
border-color: #0743DD;
}
</style>