Shades of Persian Blue #023FCC
Tints of Persian Blue #023FCC
RGB
CMYK
RGB Variations
Color information
#023FCC (or 0x023FCC) is known color: Persian Blue. HEX triplet: 02, 3F and CC. RGB value is (2,63,204). Sum of RGB (Red+Green+Blue) = 2+63+204=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 63 (25% from 255 or 23.42% from 269); Blue value is 204 (80.08% from 255 or 75.84% from 269); Max value from RGB is 204 - color contains mainly: blue. Hex color #023FCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023FCC is #FDC033. Grayscale: #3C3C3C. Windows color (decimal): -16629812 or 13385474. OLE color: 13385474.
HSL color Cylindrical-coordinate representation of color #023FCC: hue angle of 221.88º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023FCC is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 63 | 204 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.2 |
| HSL | 221.88º | 0.98% | 0.4% | - |
| HSV(B) | 221.88º | 0.99% | 0.8% | - |
| XYZ | 12.7 | 7.93 | 57.99 | - |
| YUV | 60.84 | 208.79 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 63 | 204 | 0.99 | 0.69 | 0 | 0.2 | 221.88 | 0.98 | 0.4 |
| Hex | 2 | 3F | CC | 63 | 45 | 0 | 14 | DE | 62 | 28 |
| Octal | 2 | 77 | 314 | 143 | 105 | 0 | 24 | 336 | 142 | 50 |
| Binary | 10 | 111111 | 11001100 | 1100011 | 1000101 | 0 | 10100 | 11011110 | 1100010 | 101000 |
Color Harmonies of #023FCC
Complementary color
Monochromatic Colors of #023FCC
Black with #023FCC
Text Example
Text Example
White with #023FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023FCC; }
p { color: rgb(2,63,204); }
H1.HeaderClassName
{
color: #023FCC;
}
.AnyTagClassName
{
color: #023FCC;
}
</style>
background-color css
<style>
a { background-color: #023FCC; }
a { background-color: rgb(2,63,204); }
div.DivClassName
{
background-color: #023FCC;
}
.BgClassName
{
background-color: #023FCC;
}
</style>
border-color css
<style>
span { border-color: #023FCC; }
span { border-color: rgb(2,63,204); }
td.TdClassName
{
border-color: #023FCC;
}
.TagClassName
{
border-color: #023FCC;
}
</style>