Shades of Persian Blue #0232EA
Tints of Persian Blue #0232EA
RGB
CMYK
RGB Variations
Color information
#0232EA (or 0x0232EA) is known color: Persian Blue. HEX triplet: 02, 32 and EA. RGB value is (2,50,234). Sum of RGB (Red+Green+Blue) = 2+50+234=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 234 (91.80% from 255 or 81.82% from 286); Max value from RGB is 234 - color contains mainly: blue. Hex color #0232EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0232EA is #FDCD15. Grayscale: #373737. Windows color (decimal): -16633110 or 15348226. OLE color: 15348226.
HSL color Cylindrical-coordinate representation of color #0232EA: hue angle of 227.59º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0232EA is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 50 | 234 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.08 |
| HSL | 227.59º | 0.98% | 0.46% | - |
| HSV(B) | 227.59º | 0.99% | 0.92% | - |
| XYZ | 16.02 | 8.23 | 78.59 | - |
| YUV | 56.62 | 228.1 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 234 | 0.99 | 0.79 | 0 | 0.08 | 227.59 | 0.98 | 0.46 |
| Hex | 2 | 32 | EA | 63 | 4F | 0 | 8 | E4 | 62 | 2E |
| Octal | 2 | 62 | 352 | 143 | 117 | 0 | 10 | 344 | 142 | 56 |
| Binary | 10 | 110010 | 11101010 | 1100011 | 1001111 | 0 | 1000 | 11100100 | 1100010 | 101110 |
Color Harmonies of #0232EA
Complementary color
Monochromatic Colors of #0232EA
Black with #0232EA
Text Example
Text Example
White with #0232EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0232EA; }
p { color: rgb(2,50,234); }
H1.HeaderClassName
{
color: #0232EA;
}
.AnyTagClassName
{
color: #0232EA;
}
</style>
background-color css
<style>
a { background-color: #0232EA; }
a { background-color: rgb(2,50,234); }
div.DivClassName
{
background-color: #0232EA;
}
.BgClassName
{
background-color: #0232EA;
}
</style>
border-color css
<style>
span { border-color: #0232EA; }
span { border-color: rgb(2,50,234); }
td.TdClassName
{
border-color: #0232EA;
}
.TagClassName
{
border-color: #0232EA;
}
</style>