Shades of Persian Blue #023BDB
Tints of Persian Blue #023BDB
RGB
CMYK
RGB Variations
Color information
#023BDB (or 0x023BDB) is known color: Persian Blue. HEX triplet: 02, 3B and DB. RGB value is (2,59,219). Sum of RGB (Red+Green+Blue) = 2+59+219=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 219 (85.94% from 255 or 78.21% from 280); Max value from RGB is 219 - color contains mainly: blue. Hex color #023BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023BDB is #FDC424. Grayscale: #3B3B3B. Windows color (decimal): -16630821 or 14367490. OLE color: 14367490.
HSL color Cylindrical-coordinate representation of color #023BDB: hue angle of 224.24º 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 #023BDB is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 59 | 219 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.14 |
| HSL | 224.24º | 0.98% | 0.43% | - |
| HSV(B) | 224.24º | 0.99% | 0.86% | - |
| XYZ | 14.38 | 8.26 | 67.85 | - |
| YUV | 60.2 | 217.62 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 59 | 219 | 0.99 | 0.73 | 0 | 0.14 | 224.24 | 0.98 | 0.43 |
| Hex | 2 | 3B | DB | 63 | 49 | 0 | E | E0 | 62 | 2B |
| Octal | 2 | 73 | 333 | 143 | 111 | 0 | 16 | 340 | 142 | 53 |
| Binary | 10 | 111011 | 11011011 | 1100011 | 1001001 | 0 | 1110 | 11100000 | 1100010 | 101011 |
Color Harmonies of #023BDB
Complementary color
Monochromatic Colors of #023BDB
Black with #023BDB
Text Example
Text Example
White with #023BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023BDB; }
p { color: rgb(2,59,219); }
H1.HeaderClassName
{
color: #023BDB;
}
.AnyTagClassName
{
color: #023BDB;
}
</style>
background-color css
<style>
a { background-color: #023BDB; }
a { background-color: rgb(2,59,219); }
div.DivClassName
{
background-color: #023BDB;
}
.BgClassName
{
background-color: #023BDB;
}
</style>
border-color css
<style>
span { border-color: #023BDB; }
span { border-color: rgb(2,59,219); }
td.TdClassName
{
border-color: #023BDB;
}
.TagClassName
{
border-color: #023BDB;
}
</style>