Shades of Persian Blue #0738E0
Tints of Persian Blue #0738E0
RGB
CMYK
RGB Variations
Color information
#0738E0 (or 0x0738E0) is known color: Persian Blue. HEX triplet: 07, 38 and E0. RGB value is (7,56,224). Sum of RGB (Red+Green+Blue) = 7+56+224=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 224 (87.89% from 255 or 78.05% from 287); Max value from RGB is 224 - color contains mainly: blue. Hex color #0738E0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0738E0 is #F8C71F. Grayscale: #3B3B3B. Windows color (decimal): -16303904 or 14694407. OLE color: 14694407.
HSL color Cylindrical-coordinate representation of color #0738E0: hue angle of 226.45º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0738E0 is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 56 | 224 | - |
| CMYK | 0.97 | 0.75 | 0 | 0.12 |
| HSL | 226.45º | 0.94% | 0.45% | - |
| HSV(B) | 226.45º | 0.97% | 0.88% | - |
| XYZ | 14.96 | 8.26 | 71.33 | - |
| YUV | 60.5 | 220.27 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 56 | 224 | 0.97 | 0.75 | 0 | 0.12 | 226.45 | 0.94 | 0.45 |
| Hex | 7 | 38 | E0 | 61 | 4B | 0 | C | E2 | 5E | 2D |
| Octal | 7 | 70 | 340 | 141 | 113 | 0 | 14 | 342 | 136 | 55 |
| Binary | 111 | 111000 | 11100000 | 1100001 | 1001011 | 0 | 1100 | 11100010 | 1011110 | 101101 |
Color Harmonies of #0738E0
Complementary color
Monochromatic Colors of #0738E0
Black with #0738E0
Text Example
Text Example
White with #0738E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0738E0; }
p { color: rgb(7,56,224); }
H1.HeaderClassName
{
color: #0738E0;
}
.AnyTagClassName
{
color: #0738E0;
}
</style>
background-color css
<style>
a { background-color: #0738E0; }
a { background-color: rgb(7,56,224); }
div.DivClassName
{
background-color: #0738E0;
}
.BgClassName
{
background-color: #0738E0;
}
</style>
border-color css
<style>
span { border-color: #0738E0; }
span { border-color: rgb(7,56,224); }
td.TdClassName
{
border-color: #0738E0;
}
.TagClassName
{
border-color: #0738E0;
}
</style>