Shades of Persian Blue #023ADE
Tints of Persian Blue #023ADE
RGB
CMYK
RGB Variations
Color information
#023ADE (or 0x023ADE) is known color: Persian Blue. HEX triplet: 02, 3A and DE. RGB value is (2,58,222). Sum of RGB (Red+Green+Blue) = 2+58+222=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 222 (87.11% from 255 or 78.72% from 282); Max value from RGB is 222 - color contains mainly: blue. Hex color #023ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023ADE is #FDC521. Grayscale: #3B3B3B. Windows color (decimal): -16631074 or 14563842. OLE color: 14563842.
HSL color Cylindrical-coordinate representation of color #023ADE: hue angle of 224.73º 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 #023ADE is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 58 | 222 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.13 |
| HSL | 224.73º | 0.98% | 0.44% | - |
| HSV(B) | 224.73º | 0.99% | 0.87% | - |
| XYZ | 14.72 | 8.31 | 69.94 | - |
| YUV | 59.95 | 219.45 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 58 | 222 | 0.99 | 0.74 | 0 | 0.13 | 224.73 | 0.98 | 0.44 |
| Hex | 2 | 3A | DE | 63 | 4A | 0 | D | E1 | 62 | 2C |
| Octal | 2 | 72 | 336 | 143 | 112 | 0 | 15 | 341 | 142 | 54 |
| Binary | 10 | 111010 | 11011110 | 1100011 | 1001010 | 0 | 1101 | 11100001 | 1100010 | 101100 |
Color Harmonies of #023ADE
Complementary color
Monochromatic Colors of #023ADE
Black with #023ADE
Text Example
Text Example
White with #023ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023ADE; }
p { color: rgb(2,58,222); }
H1.HeaderClassName
{
color: #023ADE;
}
.AnyTagClassName
{
color: #023ADE;
}
</style>
background-color css
<style>
a { background-color: #023ADE; }
a { background-color: rgb(2,58,222); }
div.DivClassName
{
background-color: #023ADE;
}
.BgClassName
{
background-color: #023ADE;
}
</style>
border-color css
<style>
span { border-color: #023ADE; }
span { border-color: rgb(2,58,222); }
td.TdClassName
{
border-color: #023ADE;
}
.TagClassName
{
border-color: #023ADE;
}
</style>