Shades of Persian Blue #023FD5
Tints of Persian Blue #023FD5
RGB
CMYK
RGB Variations
Color information
#023FD5 (or 0x023FD5) is known color: Persian Blue. HEX triplet: 02, 3F and D5. RGB value is (2,63,213). Sum of RGB (Red+Green+Blue) = 2+63+213=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 213 (83.59% from 255 or 76.62% from 278); Max value from RGB is 213 - color contains mainly: blue. Hex color #023FD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023FD5 is #FDC02A. Grayscale: #3D3D3D. Windows color (decimal): -16629803 or 13975298. OLE color: 13975298.
HSL color Cylindrical-coordinate representation of color #023FD5: hue angle of 222.65º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023FD5 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 63 | 213 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.16 |
| HSL | 222.65º | 0.98% | 0.42% | - |
| HSV(B) | 222.65º | 0.99% | 0.84% | - |
| XYZ | 13.81 | 8.37 | 63.84 | - |
| YUV | 61.86 | 213.29 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 63 | 213 | 0.99 | 0.70 | 0 | 0.16 | 222.65 | 0.98 | 0.42 |
| Hex | 2 | 3F | D5 | 63 | 46 | 0 | 10 | DF | 62 | 2A |
| Octal | 2 | 77 | 325 | 143 | 106 | 0 | 20 | 337 | 142 | 52 |
| Binary | 10 | 111111 | 11010101 | 1100011 | 1000110 | 0 | 10000 | 11011111 | 1100010 | 101010 |
Color Harmonies of #023FD5
Complementary color
Monochromatic Colors of #023FD5
Black with #023FD5
Text Example
Text Example
White with #023FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023FD5; }
p { color: rgb(2,63,213); }
H1.HeaderClassName
{
color: #023FD5;
}
.AnyTagClassName
{
color: #023FD5;
}
</style>
background-color css
<style>
a { background-color: #023FD5; }
a { background-color: rgb(2,63,213); }
div.DivClassName
{
background-color: #023FD5;
}
.BgClassName
{
background-color: #023FD5;
}
</style>
border-color css
<style>
span { border-color: #023FD5; }
span { border-color: rgb(2,63,213); }
td.TdClassName
{
border-color: #023FD5;
}
.TagClassName
{
border-color: #023FD5;
}
</style>