Shades of Persian Blue #0734D0
Tints of Persian Blue #0734D0
RGB
CMYK
RGB Variations
Color information
#0734D0 (or 0x0734D0) is known color: Persian Blue. HEX triplet: 07, 34 and D0. RGB value is (7,52,208). Sum of RGB (Red+Green+Blue) = 7+52+208=267 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.62% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 208 (81.64% from 255 or 77.90% from 267); Max value from RGB is 208 - color contains mainly: blue. Hex color #0734D0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0734D0 is #F8CB2F. Grayscale: #373737. Windows color (decimal): -16304944 or 13644807. OLE color: 13644807.
HSL color Cylindrical-coordinate representation of color #0734D0: hue angle of 226.57º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0734D0 is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 7 | 52 | 208 | - |
| CMYK | 0.97 | 0.75 | 0 | 0.18 |
| HSL | 226.57º | 0.93% | 0.42% | - |
| HSV(B) | 226.57º | 0.97% | 0.82% | - |
| XYZ | 12.7 | 7.06 | 60.37 | - |
| YUV | 56.33 | 213.59 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 52 | 208 | 0.97 | 0.75 | 0 | 0.18 | 226.57 | 0.93 | 0.42 |
| Hex | 7 | 34 | D0 | 61 | 4B | 0 | 12 | E3 | 5D | 2A |
| Octal | 7 | 64 | 320 | 141 | 113 | 0 | 22 | 343 | 135 | 52 |
| Binary | 111 | 110100 | 11010000 | 1100001 | 1001011 | 0 | 10010 | 11100011 | 1011101 | 101010 |
Color Harmonies of #0734D0
Complementary color
Monochromatic Colors of #0734D0
Black with #0734D0
Text Example
Text Example
White with #0734D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0734D0; }
p { color: rgb(7,52,208); }
H1.HeaderClassName
{
color: #0734D0;
}
.AnyTagClassName
{
color: #0734D0;
}
</style>
background-color css
<style>
a { background-color: #0734D0; }
a { background-color: rgb(7,52,208); }
div.DivClassName
{
background-color: #0734D0;
}
.BgClassName
{
background-color: #0734D0;
}
</style>
border-color css
<style>
span { border-color: #0734D0; }
span { border-color: rgb(7,52,208); }
td.TdClassName
{
border-color: #0734D0;
}
.TagClassName
{
border-color: #0734D0;
}
</style>