Shades of Persian Blue #023CED
Tints of Persian Blue #023CED
RGB
CMYK
RGB Variations
Color information
#023CED (or 0x023CED) is known color: Persian Blue. HEX triplet: 02, 3C and ED. RGB value is (2,60,237). Sum of RGB (Red+Green+Blue) = 2+60+237=299 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 237 (92.97% from 255 or 79.26% from 299); Max value from RGB is 237 - color contains mainly: blue. Hex color #023CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #023CED is #FDC312. Grayscale: #3E3E3E. Windows color (decimal): -16630547 or 15547394. OLE color: 15547394.
HSL color Cylindrical-coordinate representation of color #023CED: hue angle of 225.19º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023CED is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 60 | 237 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.07 |
| HSL | 225.19º | 0.98% | 0.47% | - |
| HSV(B) | 225.19º | 0.99% | 0.93% | - |
| XYZ | 16.93 | 9.36 | 81.04 | - |
| YUV | 62.84 | 226.28 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 237 | 0.99 | 0.75 | 0 | 0.07 | 225.19 | 0.98 | 0.47 |
| Hex | 2 | 3C | ED | 63 | 4B | 0 | 7 | E1 | 62 | 2F |
| Octal | 2 | 74 | 355 | 143 | 113 | 0 | 7 | 341 | 142 | 57 |
| Binary | 10 | 111100 | 11101101 | 1100011 | 1001011 | 0 | 111 | 11100001 | 1100010 | 101111 |
Color Harmonies of #023CED
Complementary color
Monochromatic Colors of #023CED
Black with #023CED
Text Example
Text Example
White with #023CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023CED; }
p { color: rgb(2,60,237); }
H1.HeaderClassName
{
color: #023CED;
}
.AnyTagClassName
{
color: #023CED;
}
</style>
background-color css
<style>
a { background-color: #023CED; }
a { background-color: rgb(2,60,237); }
div.DivClassName
{
background-color: #023CED;
}
.BgClassName
{
background-color: #023CED;
}
</style>
border-color css
<style>
span { border-color: #023CED; }
span { border-color: rgb(2,60,237); }
td.TdClassName
{
border-color: #023CED;
}
.TagClassName
{
border-color: #023CED;
}
</style>