Shades of Persian Blue #0738DC
Tints of Persian Blue #0738DC
RGB
CMYK
RGB Variations
Color information
#0738DC (or 0x0738DC) is known color: Persian Blue. HEX triplet: 07, 38 and DC. RGB value is (7,56,220). Sum of RGB (Red+Green+Blue) = 7+56+220=283 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.47% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 220 (86.33% from 255 or 77.74% from 283); Max value from RGB is 220 - color contains mainly: blue. Hex color #0738DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0738DC is #F8C723. Grayscale: #3B3B3B. Windows color (decimal): -16303908 or 14432263. OLE color: 14432263.
HSL color Cylindrical-coordinate representation of color #0738DC: hue angle of 226.2º 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 #0738DC is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 56 | 220 | - |
| CMYK | 0.97 | 0.75 | 0 | 0.14 |
| HSL | 226.2º | 0.94% | 0.45% | - |
| HSV(B) | 226.2º | 0.97% | 0.86% | - |
| XYZ | 14.42 | 8.04 | 68.5 | - |
| YUV | 60.05 | 218.27 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 56 | 220 | 0.97 | 0.75 | 0 | 0.14 | 226.2 | 0.94 | 0.45 |
| Hex | 7 | 38 | DC | 61 | 4B | 0 | E | E2 | 5E | 2D |
| Octal | 7 | 70 | 334 | 141 | 113 | 0 | 16 | 342 | 136 | 55 |
| Binary | 111 | 111000 | 11011100 | 1100001 | 1001011 | 0 | 1110 | 11100010 | 1011110 | 101101 |
Color Harmonies of #0738DC
Complementary color
Monochromatic Colors of #0738DC
Black with #0738DC
Text Example
Text Example
White with #0738DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0738DC; }
p { color: rgb(7,56,220); }
H1.HeaderClassName
{
color: #0738DC;
}
.AnyTagClassName
{
color: #0738DC;
}
</style>
background-color css
<style>
a { background-color: #0738DC; }
a { background-color: rgb(7,56,220); }
div.DivClassName
{
background-color: #0738DC;
}
.BgClassName
{
background-color: #0738DC;
}
</style>
border-color css
<style>
span { border-color: #0738DC; }
span { border-color: rgb(7,56,220); }
td.TdClassName
{
border-color: #0738DC;
}
.TagClassName
{
border-color: #0738DC;
}
</style>