Shades of Persian Blue #0240DF
Tints of Persian Blue #0240DF
RGB
CMYK
RGB Variations
Color information
#0240DF (or 0x0240DF) is known color: Persian Blue. HEX triplet: 02, 40 and DF. RGB value is (2,64,223). Sum of RGB (Red+Green+Blue) = 2+64+223=289 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 223 (87.5% from 255 or 77.16% from 289); Max value from RGB is 223 - color contains mainly: blue. Hex color #0240DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0240DF is #FDBF20. Grayscale: #3E3E3E. Windows color (decimal): -16629537 or 14630914. OLE color: 14630914.
HSL color Cylindrical-coordinate representation of color #0240DF: hue angle of 223.17º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0240DF is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 64 | 223 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.13 |
| HSL | 223.17º | 0.98% | 0.44% | - |
| HSV(B) | 223.17º | 0.99% | 0.87% | - |
| XYZ | 15.18 | 9.01 | 70.75 | - |
| YUV | 63.59 | 217.96 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 64 | 223 | 0.99 | 0.71 | 0 | 0.13 | 223.17 | 0.98 | 0.44 |
| Hex | 2 | 40 | DF | 63 | 47 | 0 | D | DF | 62 | 2C |
| Octal | 2 | 100 | 337 | 143 | 107 | 0 | 15 | 337 | 142 | 54 |
| Binary | 10 | 1000000 | 11011111 | 1100011 | 1000111 | 0 | 1101 | 11011111 | 1100010 | 101100 |
Color Harmonies of #0240DF
Complementary color
Monochromatic Colors of #0240DF
Black with #0240DF
Text Example
Text Example
White with #0240DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0240DF; }
p { color: rgb(2,64,223); }
H1.HeaderClassName
{
color: #0240DF;
}
.AnyTagClassName
{
color: #0240DF;
}
</style>
background-color css
<style>
a { background-color: #0240DF; }
a { background-color: rgb(2,64,223); }
div.DivClassName
{
background-color: #0240DF;
}
.BgClassName
{
background-color: #0240DF;
}
</style>
border-color css
<style>
span { border-color: #0240DF; }
span { border-color: rgb(2,64,223); }
td.TdClassName
{
border-color: #0240DF;
}
.TagClassName
{
border-color: #0240DF;
}
</style>