Shades of Persian Blue #023ADB
Tints of Persian Blue #023ADB
RGB
CMYK
RGB Variations
Color information
#023ADB (or 0x023ADB) is known color: Persian Blue. HEX triplet: 02, 3A and DB. RGB value is (2,58,219). Sum of RGB (Red+Green+Blue) = 2+58+219=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 219 (85.94% from 255 or 78.49% from 279); Max value from RGB is 219 - color contains mainly: blue. Hex color #023ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023ADB is #FDC524. Grayscale: #3A3A3A. Windows color (decimal): -16631077 or 14367234. OLE color: 14367234.
HSL color Cylindrical-coordinate representation of color #023ADB: hue angle of 224.52º 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 #023ADB is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 58 | 219 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.14 |
| HSL | 224.52º | 0.98% | 0.43% | - |
| HSV(B) | 224.52º | 0.99% | 0.86% | - |
| XYZ | 14.32 | 8.15 | 67.84 | - |
| YUV | 59.61 | 217.95 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 58 | 219 | 0.99 | 0.74 | 0 | 0.14 | 224.52 | 0.98 | 0.43 |
| Hex | 2 | 3A | DB | 63 | 4A | 0 | E | E1 | 62 | 2B |
| Octal | 2 | 72 | 333 | 143 | 112 | 0 | 16 | 341 | 142 | 53 |
| Binary | 10 | 111010 | 11011011 | 1100011 | 1001010 | 0 | 1110 | 11100001 | 1100010 | 101011 |
Color Harmonies of #023ADB
Complementary color
Monochromatic Colors of #023ADB
Black with #023ADB
Text Example
Text Example
White with #023ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023ADB; }
p { color: rgb(2,58,219); }
H1.HeaderClassName
{
color: #023ADB;
}
.AnyTagClassName
{
color: #023ADB;
}
</style>
background-color css
<style>
a { background-color: #023ADB; }
a { background-color: rgb(2,58,219); }
div.DivClassName
{
background-color: #023ADB;
}
.BgClassName
{
background-color: #023ADB;
}
</style>
border-color css
<style>
span { border-color: #023ADB; }
span { border-color: rgb(2,58,219); }
td.TdClassName
{
border-color: #023ADB;
}
.TagClassName
{
border-color: #023ADB;
}
</style>