Shades of Persian Blue #0440D2
Tints of Persian Blue #0440D2
RGB
CMYK
RGB Variations
Color information
#0440D2 (or 0x0440D2) is known color: Persian Blue. HEX triplet: 04, 40 and D2. RGB value is (4,64,210). Sum of RGB (Red+Green+Blue) = 4+64+210=278 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 210 (82.42% from 255 or 75.54% from 278); Max value from RGB is 210 - color contains mainly: blue. Hex color #0440D2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0440D2 is #FBBF2D. Grayscale: #3E3E3E. Windows color (decimal): -16498478 or 13778948. OLE color: 13778948.
HSL color Cylindrical-coordinate representation of color #0440D2: hue angle of 222.52º 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 #0440D2 is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 64 | 210 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.18 |
| HSL | 222.52º | 0.96% | 0.42% | - |
| HSV(B) | 222.52º | 0.98% | 0.82% | - |
| XYZ | 13.52 | 8.35 | 61.87 | - |
| YUV | 62.7 | 211.12 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 64 | 210 | 0.98 | 0.70 | 0 | 0.18 | 222.52 | 0.96 | 0.42 |
| Hex | 4 | 40 | D2 | 62 | 46 | 0 | 12 | DF | 60 | 2A |
| Octal | 4 | 100 | 322 | 142 | 106 | 0 | 22 | 337 | 140 | 52 |
| Binary | 100 | 1000000 | 11010010 | 1100010 | 1000110 | 0 | 10010 | 11011111 | 1100000 | 101010 |
Color Harmonies of #0440D2
Complementary color
Monochromatic Colors of #0440D2
Black with #0440D2
Text Example
Text Example
White with #0440D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0440D2; }
p { color: rgb(4,64,210); }
H1.HeaderClassName
{
color: #0440D2;
}
.AnyTagClassName
{
color: #0440D2;
}
</style>
background-color css
<style>
a { background-color: #0440D2; }
a { background-color: rgb(4,64,210); }
div.DivClassName
{
background-color: #0440D2;
}
.BgClassName
{
background-color: #0440D2;
}
</style>
border-color css
<style>
span { border-color: #0440D2; }
span { border-color: rgb(4,64,210); }
td.TdClassName
{
border-color: #0440D2;
}
.TagClassName
{
border-color: #0440D2;
}
</style>