Shades of Persian Blue #0240CE
Tints of Persian Blue #0240CE
RGB
CMYK
RGB Variations
Color information
#0240CE (or 0x0240CE) is known color: Persian Blue. HEX triplet: 02, 40 and CE. RGB value is (2,64,206). Sum of RGB (Red+Green+Blue) = 2+64+206=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 206 (80.86% from 255 or 75.74% from 272); Max value from RGB is 206 - color contains mainly: blue. Hex color #0240CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0240CE is #FDBF31. Grayscale: #3D3D3D. Windows color (decimal): -16629554 or 13516802. OLE color: 13516802.
HSL color Cylindrical-coordinate representation of color #0240CE: hue angle of 221.76º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0240CE is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 64 | 206 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.19 |
| HSL | 221.76º | 0.98% | 0.41% | - |
| HSV(B) | 221.76º | 0.99% | 0.81% | - |
| XYZ | 13 | 8.14 | 59.28 | - |
| YUV | 61.65 | 209.46 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 64 | 206 | 0.99 | 0.69 | 0 | 0.19 | 221.76 | 0.98 | 0.41 |
| Hex | 2 | 40 | CE | 63 | 45 | 0 | 13 | DE | 62 | 29 |
| Octal | 2 | 100 | 316 | 143 | 105 | 0 | 23 | 336 | 142 | 51 |
| Binary | 10 | 1000000 | 11001110 | 1100011 | 1000101 | 0 | 10011 | 11011110 | 1100010 | 101001 |
Color Harmonies of #0240CE
Complementary color
Monochromatic Colors of #0240CE
Black with #0240CE
Text Example
Text Example
White with #0240CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0240CE; }
p { color: rgb(2,64,206); }
H1.HeaderClassName
{
color: #0240CE;
}
.AnyTagClassName
{
color: #0240CE;
}
</style>
background-color css
<style>
a { background-color: #0240CE; }
a { background-color: rgb(2,64,206); }
div.DivClassName
{
background-color: #0240CE;
}
.BgClassName
{
background-color: #0240CE;
}
</style>
border-color css
<style>
span { border-color: #0240CE; }
span { border-color: rgb(2,64,206); }
td.TdClassName
{
border-color: #0240CE;
}
.TagClassName
{
border-color: #0240CE;
}
</style>