Shades of Persian Blue #023EDB
Tints of Persian Blue #023EDB
RGB
CMYK
RGB Variations
Color information
#023EDB (or 0x023EDB) is known color: Persian Blue. HEX triplet: 02, 3E and DB. RGB value is (2,62,219). Sum of RGB (Red+Green+Blue) = 2+62+219=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 219 (85.94% from 255 or 77.39% from 283); Max value from RGB is 219 - color contains mainly: blue. Hex color #023EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023EDB is #FDC124. Grayscale: #3D3D3D. Windows color (decimal): -16630053 or 14368258. OLE color: 14368258.
HSL color Cylindrical-coordinate representation of color #023EDB: hue angle of 223.41º 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 #023EDB is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 62 | 219 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.14 |
| HSL | 223.41º | 0.98% | 0.43% | - |
| HSV(B) | 223.41º | 0.99% | 0.86% | - |
| XYZ | 14.53 | 8.57 | 67.91 | - |
| YUV | 61.96 | 216.62 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 62 | 219 | 0.99 | 0.72 | 0 | 0.14 | 223.41 | 0.98 | 0.43 |
| Hex | 2 | 3E | DB | 63 | 48 | 0 | E | DF | 62 | 2B |
| Octal | 2 | 76 | 333 | 143 | 110 | 0 | 16 | 337 | 142 | 53 |
| Binary | 10 | 111110 | 11011011 | 1100011 | 1001000 | 0 | 1110 | 11011111 | 1100010 | 101011 |
Color Harmonies of #023EDB
Complementary color
Monochromatic Colors of #023EDB
Black with #023EDB
Text Example
Text Example
White with #023EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023EDB; }
p { color: rgb(2,62,219); }
H1.HeaderClassName
{
color: #023EDB;
}
.AnyTagClassName
{
color: #023EDB;
}
</style>
background-color css
<style>
a { background-color: #023EDB; }
a { background-color: rgb(2,62,219); }
div.DivClassName
{
background-color: #023EDB;
}
.BgClassName
{
background-color: #023EDB;
}
</style>
border-color css
<style>
span { border-color: #023EDB; }
span { border-color: rgb(2,62,219); }
td.TdClassName
{
border-color: #023EDB;
}
.TagClassName
{
border-color: #023EDB;
}
</style>