Shades of Persian Blue #023DC8
Tints of Persian Blue #023DC8
RGB
CMYK
RGB Variations
Color information
#023DC8 (or 0x023DC8) is known color: Persian Blue. HEX triplet: 02, 3D and C8. RGB value is (2,61,200). Sum of RGB (Red+Green+Blue) = 2+61+200=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 200 (78.52% from 255 or 76.05% from 263); Max value from RGB is 200 - color contains mainly: blue. Hex color #023DC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023DC8 is #FDC237. Grayscale: #3A3A3A. Windows color (decimal): -16630328 or 13122818. OLE color: 13122818.
HSL color Cylindrical-coordinate representation of color #023DC8: hue angle of 222.12º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023DC8 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 61 | 200 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.22 |
| HSL | 222.12º | 0.98% | 0.4% | - |
| HSV(B) | 222.12º | 0.99% | 0.78% | - |
| XYZ | 12.12 | 7.52 | 55.46 | - |
| YUV | 59.21 | 207.45 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 61 | 200 | 0.99 | 0.69 | 0 | 0.22 | 222.12 | 0.98 | 0.4 |
| Hex | 2 | 3D | C8 | 63 | 45 | 0 | 16 | DE | 62 | 28 |
| Octal | 2 | 75 | 310 | 143 | 105 | 0 | 26 | 336 | 142 | 50 |
| Binary | 10 | 111101 | 11001000 | 1100011 | 1000101 | 0 | 10110 | 11011110 | 1100010 | 101000 |
Color Harmonies of #023DC8
Complementary color
Monochromatic Colors of #023DC8
Black with #023DC8
Text Example
Text Example
White with #023DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023DC8; }
p { color: rgb(2,61,200); }
H1.HeaderClassName
{
color: #023DC8;
}
.AnyTagClassName
{
color: #023DC8;
}
</style>
background-color css
<style>
a { background-color: #023DC8; }
a { background-color: rgb(2,61,200); }
div.DivClassName
{
background-color: #023DC8;
}
.BgClassName
{
background-color: #023DC8;
}
</style>
border-color css
<style>
span { border-color: #023DC8; }
span { border-color: rgb(2,61,200); }
td.TdClassName
{
border-color: #023DC8;
}
.TagClassName
{
border-color: #023DC8;
}
</style>