Shades of Persian Blue #0440D0
Tints of Persian Blue #0440D0
RGB
CMYK
RGB Variations
Color information
#0440D0 (or 0x0440D0) is known color: Persian Blue. HEX triplet: 04, 40 and D0. RGB value is (4,64,208). Sum of RGB (Red+Green+Blue) = 4+64+208=276 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 208 (81.64% from 255 or 75.36% from 276); Max value from RGB is 208 - color contains mainly: blue. Hex color #0440D0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0440D0 is #FBBF2F. Grayscale: #3D3D3D. Windows color (decimal): -16498480 or 13647876. OLE color: 13647876.
HSL color Cylindrical-coordinate representation of color #0440D0: hue angle of 222.35º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0440D0 is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 64 | 208 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.18 |
| HSL | 222.35º | 0.96% | 0.42% | - |
| HSV(B) | 222.35º | 0.98% | 0.82% | - |
| XYZ | 13.27 | 8.25 | 60.57 | - |
| YUV | 62.48 | 210.12 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 64 | 208 | 0.98 | 0.69 | 0 | 0.18 | 222.35 | 0.96 | 0.42 |
| Hex | 4 | 40 | D0 | 62 | 45 | 0 | 12 | DE | 60 | 2A |
| Octal | 4 | 100 | 320 | 142 | 105 | 0 | 22 | 336 | 140 | 52 |
| Binary | 100 | 1000000 | 11010000 | 1100010 | 1000101 | 0 | 10010 | 11011110 | 1100000 | 101010 |
Color Harmonies of #0440D0
Complementary color
Monochromatic Colors of #0440D0
Black with #0440D0
Text Example
Text Example
White with #0440D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0440D0; }
p { color: rgb(4,64,208); }
H1.HeaderClassName
{
color: #0440D0;
}
.AnyTagClassName
{
color: #0440D0;
}
</style>
background-color css
<style>
a { background-color: #0440D0; }
a { background-color: rgb(4,64,208); }
div.DivClassName
{
background-color: #0440D0;
}
.BgClassName
{
background-color: #0440D0;
}
</style>
border-color css
<style>
span { border-color: #0440D0; }
span { border-color: rgb(4,64,208); }
td.TdClassName
{
border-color: #0440D0;
}
.TagClassName
{
border-color: #0440D0;
}
</style>