Shades of Persian Blue #023FDD
Tints of Persian Blue #023FDD
RGB
CMYK
RGB Variations
Color information
#023FDD (or 0x023FDD) is known color: Persian Blue. HEX triplet: 02, 3F and DD. RGB value is (2,63,221). Sum of RGB (Red+Green+Blue) = 2+63+221=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 221 (86.72% from 255 or 77.27% from 286); Max value from RGB is 221 - color contains mainly: blue. Hex color #023FDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023FDD is #FDC022. Grayscale: #3E3E3E. Windows color (decimal): -16629795 or 14499586. OLE color: 14499586.
HSL color Cylindrical-coordinate representation of color #023FDD: hue angle of 223.29º 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 #023FDD is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 63 | 221 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.13 |
| HSL | 223.29º | 0.98% | 0.44% | - |
| HSV(B) | 223.29º | 0.99% | 0.87% | - |
| XYZ | 14.85 | 8.79 | 69.32 | - |
| YUV | 62.77 | 217.29 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 63 | 221 | 0.99 | 0.71 | 0 | 0.13 | 223.29 | 0.98 | 0.44 |
| Hex | 2 | 3F | DD | 63 | 47 | 0 | D | DF | 62 | 2C |
| Octal | 2 | 77 | 335 | 143 | 107 | 0 | 15 | 337 | 142 | 54 |
| Binary | 10 | 111111 | 11011101 | 1100011 | 1000111 | 0 | 1101 | 11011111 | 1100010 | 101100 |
Color Harmonies of #023FDD
Complementary color
Monochromatic Colors of #023FDD
Black with #023FDD
Text Example
Text Example
White with #023FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023FDD; }
p { color: rgb(2,63,221); }
H1.HeaderClassName
{
color: #023FDD;
}
.AnyTagClassName
{
color: #023FDD;
}
</style>
background-color css
<style>
a { background-color: #023FDD; }
a { background-color: rgb(2,63,221); }
div.DivClassName
{
background-color: #023FDD;
}
.BgClassName
{
background-color: #023FDD;
}
</style>
border-color css
<style>
span { border-color: #023FDD; }
span { border-color: rgb(2,63,221); }
td.TdClassName
{
border-color: #023FDD;
}
.TagClassName
{
border-color: #023FDD;
}
</style>