Shades of Persian Blue #0440DC
Tints of Persian Blue #0440DC
RGB
CMYK
RGB Variations
Color information
#0440DC (or 0x0440DC) is known color: Persian Blue. HEX triplet: 04, 40 and DC. RGB value is (4,64,220). Sum of RGB (Red+Green+Blue) = 4+64+220=288 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 220 (86.33% from 255 or 76.39% from 288); Max value from RGB is 220 - color contains mainly: blue. Hex color #0440DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0440DC is #FBBF23. Grayscale: #3F3F3F. Windows color (decimal): -16498468 or 14434308. OLE color: 14434308.
HSL color Cylindrical-coordinate representation of color #0440DC: hue angle of 223.33º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0440DC is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 64 | 220 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.14 |
| HSL | 223.33º | 0.96% | 0.44% | - |
| HSV(B) | 223.33º | 0.98% | 0.86% | - |
| XYZ | 14.8 | 8.86 | 68.64 | - |
| YUV | 63.84 | 216.12 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 64 | 220 | 0.98 | 0.71 | 0 | 0.14 | 223.33 | 0.96 | 0.44 |
| Hex | 4 | 40 | DC | 62 | 47 | 0 | E | DF | 60 | 2C |
| Octal | 4 | 100 | 334 | 142 | 107 | 0 | 16 | 337 | 140 | 54 |
| Binary | 100 | 1000000 | 11011100 | 1100010 | 1000111 | 0 | 1110 | 11011111 | 1100000 | 101100 |
Color Harmonies of #0440DC
Complementary color
Monochromatic Colors of #0440DC
Black with #0440DC
Text Example
Text Example
White with #0440DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0440DC; }
p { color: rgb(4,64,220); }
H1.HeaderClassName
{
color: #0440DC;
}
.AnyTagClassName
{
color: #0440DC;
}
</style>
background-color css
<style>
a { background-color: #0440DC; }
a { background-color: rgb(4,64,220); }
div.DivClassName
{
background-color: #0440DC;
}
.BgClassName
{
background-color: #0440DC;
}
</style>
border-color css
<style>
span { border-color: #0440DC; }
span { border-color: rgb(4,64,220); }
td.TdClassName
{
border-color: #0440DC;
}
.TagClassName
{
border-color: #0440DC;
}
</style>