Shades of Persian Blue #023CEE
Tints of Persian Blue #023CEE
RGB
CMYK
RGB Variations
Color information
#023CEE (or 0x023CEE) is known color: Persian Blue. HEX triplet: 02, 3C and EE. RGB value is (2,60,238). Sum of RGB (Red+Green+Blue) = 2+60+238=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 238 (93.36% from 255 or 79.33% from 300); Max value from RGB is 238 - color contains mainly: blue. Hex color #023CEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #023CEE is #FDC311. Grayscale: #3E3E3E. Windows color (decimal): -16630546 or 15612930. OLE color: 15612930.
HSL color Cylindrical-coordinate representation of color #023CEE: hue angle of 225.25º 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 #023CEE is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 60 | 238 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.07 |
| HSL | 225.25º | 0.98% | 0.47% | - |
| HSV(B) | 225.25º | 0.99% | 0.93% | - |
| XYZ | 17.07 | 9.42 | 81.81 | - |
| YUV | 62.95 | 226.78 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 238 | 0.99 | 0.75 | 0 | 0.07 | 225.25 | 0.98 | 0.47 |
| Hex | 2 | 3C | EE | 63 | 4B | 0 | 7 | E1 | 62 | 2F |
| Octal | 2 | 74 | 356 | 143 | 113 | 0 | 7 | 341 | 142 | 57 |
| Binary | 10 | 111100 | 11101110 | 1100011 | 1001011 | 0 | 111 | 11100001 | 1100010 | 101111 |
Color Harmonies of #023CEE
Complementary color
Monochromatic Colors of #023CEE
Black with #023CEE
Text Example
Text Example
White with #023CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023CEE; }
p { color: rgb(2,60,238); }
H1.HeaderClassName
{
color: #023CEE;
}
.AnyTagClassName
{
color: #023CEE;
}
</style>
background-color css
<style>
a { background-color: #023CEE; }
a { background-color: rgb(2,60,238); }
div.DivClassName
{
background-color: #023CEE;
}
.BgClassName
{
background-color: #023CEE;
}
</style>
border-color css
<style>
span { border-color: #023CEE; }
span { border-color: rgb(2,60,238); }
td.TdClassName
{
border-color: #023CEE;
}
.TagClassName
{
border-color: #023CEE;
}
</style>