Shades of Persian Blue #0240DC
Tints of Persian Blue #0240DC
RGB
CMYK
RGB Variations
Color information
#0240DC (or 0x0240DC) is known color: Persian Blue. HEX triplet: 02, 40 and DC. RGB value is (2,64,220). Sum of RGB (Red+Green+Blue) = 2+64+220=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 220 (86.33% from 255 or 76.92% from 286); Max value from RGB is 220 - color contains mainly: blue. Hex color #0240DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0240DC is #FDBF23. Grayscale: #3E3E3E. Windows color (decimal): -16629540 or 14434306. OLE color: 14434306.
HSL color Cylindrical-coordinate representation of color #0240DC: hue angle of 222.94º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0240DC is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 64 | 220 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.14 |
| HSL | 222.94º | 0.98% | 0.44% | - |
| HSV(B) | 222.94º | 0.99% | 0.86% | - |
| XYZ | 14.78 | 8.85 | 68.64 | - |
| YUV | 63.25 | 216.46 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 64 | 220 | 0.99 | 0.71 | 0 | 0.14 | 222.94 | 0.98 | 0.44 |
| Hex | 2 | 40 | DC | 63 | 47 | 0 | E | DF | 62 | 2C |
| Octal | 2 | 100 | 334 | 143 | 107 | 0 | 16 | 337 | 142 | 54 |
| Binary | 10 | 1000000 | 11011100 | 1100011 | 1000111 | 0 | 1110 | 11011111 | 1100010 | 101100 |
Color Harmonies of #0240DC
Complementary color
Monochromatic Colors of #0240DC
Black with #0240DC
Text Example
Text Example
White with #0240DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0240DC; }
p { color: rgb(2,64,220); }
H1.HeaderClassName
{
color: #0240DC;
}
.AnyTagClassName
{
color: #0240DC;
}
</style>
background-color css
<style>
a { background-color: #0240DC; }
a { background-color: rgb(2,64,220); }
div.DivClassName
{
background-color: #0240DC;
}
.BgClassName
{
background-color: #0240DC;
}
</style>
border-color css
<style>
span { border-color: #0240DC; }
span { border-color: rgb(2,64,220); }
td.TdClassName
{
border-color: #0240DC;
}
.TagClassName
{
border-color: #0240DC;
}
</style>