Shades of Persian Blue #023CDA
Tints of Persian Blue #023CDA
RGB
CMYK
RGB Variations
Color information
#023CDA (or 0x023CDA) is known color: Persian Blue. HEX triplet: 02, 3C and DA. RGB value is (2,60,218). Sum of RGB (Red+Green+Blue) = 2+60+218=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 218 (85.55% from 255 or 77.86% from 280); Max value from RGB is 218 - color contains mainly: blue. Hex color #023CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023CDA is #FDC325. Grayscale: #3B3B3B. Windows color (decimal): -16630566 or 14302210. OLE color: 14302210.
HSL color Cylindrical-coordinate representation of color #023CDA: hue angle of 223.89º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023CDA is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 60 | 218 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.15 |
| HSL | 223.89º | 0.98% | 0.43% | - |
| HSV(B) | 223.89º | 0.99% | 0.85% | - |
| XYZ | 14.3 | 8.31 | 67.18 | - |
| YUV | 60.67 | 216.78 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 218 | 0.99 | 0.72 | 0 | 0.15 | 223.89 | 0.98 | 0.43 |
| Hex | 2 | 3C | DA | 63 | 48 | 0 | F | E0 | 62 | 2B |
| Octal | 2 | 74 | 332 | 143 | 110 | 0 | 17 | 340 | 142 | 53 |
| Binary | 10 | 111100 | 11011010 | 1100011 | 1001000 | 0 | 1111 | 11100000 | 1100010 | 101011 |
Color Harmonies of #023CDA
Complementary color
Monochromatic Colors of #023CDA
Black with #023CDA
Text Example
Text Example
White with #023CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023CDA; }
p { color: rgb(2,60,218); }
H1.HeaderClassName
{
color: #023CDA;
}
.AnyTagClassName
{
color: #023CDA;
}
</style>
background-color css
<style>
a { background-color: #023CDA; }
a { background-color: rgb(2,60,218); }
div.DivClassName
{
background-color: #023CDA;
}
.BgClassName
{
background-color: #023CDA;
}
</style>
border-color css
<style>
span { border-color: #023CDA; }
span { border-color: rgb(2,60,218); }
td.TdClassName
{
border-color: #023CDA;
}
.TagClassName
{
border-color: #023CDA;
}
</style>