Shades of Persian Blue #0240DB
Tints of Persian Blue #0240DB
RGB
CMYK
RGB Variations
Color information
#0240DB (or 0x0240DB) is known color: Persian Blue. HEX triplet: 02, 40 and DB. RGB value is (2,64,219). Sum of RGB (Red+Green+Blue) = 2+64+219=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 219 (85.94% from 255 or 76.84% from 285); Max value from RGB is 219 - color contains mainly: blue. Hex color #0240DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0240DB is #FDBF24. Grayscale: #3E3E3E. Windows color (decimal): -16629541 or 14368770. OLE color: 14368770.
HSL color Cylindrical-coordinate representation of color #0240DB: hue angle of 222.86º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0240DB is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 64 | 219 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.14 |
| HSL | 222.86º | 0.98% | 0.43% | - |
| HSV(B) | 222.86º | 0.99% | 0.86% | - |
| XYZ | 14.64 | 8.79 | 67.94 | - |
| YUV | 63.13 | 215.96 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 64 | 219 | 0.99 | 0.71 | 0 | 0.14 | 222.86 | 0.98 | 0.43 |
| Hex | 2 | 40 | DB | 63 | 47 | 0 | E | DF | 62 | 2B |
| Octal | 2 | 100 | 333 | 143 | 107 | 0 | 16 | 337 | 142 | 53 |
| Binary | 10 | 1000000 | 11011011 | 1100011 | 1000111 | 0 | 1110 | 11011111 | 1100010 | 101011 |
Color Harmonies of #0240DB
Complementary color
Monochromatic Colors of #0240DB
Black with #0240DB
Text Example
Text Example
White with #0240DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0240DB; }
p { color: rgb(2,64,219); }
H1.HeaderClassName
{
color: #0240DB;
}
.AnyTagClassName
{
color: #0240DB;
}
</style>
background-color css
<style>
a { background-color: #0240DB; }
a { background-color: rgb(2,64,219); }
div.DivClassName
{
background-color: #0240DB;
}
.BgClassName
{
background-color: #0240DB;
}
</style>
border-color css
<style>
span { border-color: #0240DB; }
span { border-color: rgb(2,64,219); }
td.TdClassName
{
border-color: #0240DB;
}
.TagClassName
{
border-color: #0240DB;
}
</style>