Shades of Persian Blue #0234ED
Tints of Persian Blue #0234ED
RGB
CMYK
RGB Variations
Color information
#0234ED (or 0x0234ED) is known color: Persian Blue. HEX triplet: 02, 34 and ED. RGB value is (2,52,237). Sum of RGB (Red+Green+Blue) = 2+52+237=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 237 (92.97% from 255 or 81.44% from 291); Max value from RGB is 237 - color contains mainly: blue. Hex color #0234ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0234ED is #FDCB12. Grayscale: #393939. Windows color (decimal): -16632595 or 15545346. OLE color: 15545346.
HSL color Cylindrical-coordinate representation of color #0234ED: hue angle of 227.23º 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 #0234ED is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 52 | 237 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.07 |
| HSL | 227.23º | 0.98% | 0.47% | - |
| HSV(B) | 227.23º | 0.99% | 0.93% | - |
| XYZ | 16.54 | 8.58 | 80.91 | - |
| YUV | 58.14 | 228.94 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 52 | 237 | 0.99 | 0.78 | 0 | 0.07 | 227.23 | 0.98 | 0.47 |
| Hex | 2 | 34 | ED | 63 | 4E | 0 | 7 | E3 | 62 | 2F |
| Octal | 2 | 64 | 355 | 143 | 116 | 0 | 7 | 343 | 142 | 57 |
| Binary | 10 | 110100 | 11101101 | 1100011 | 1001110 | 0 | 111 | 11100011 | 1100010 | 101111 |
Color Harmonies of #0234ED
Complementary color
Monochromatic Colors of #0234ED
Black with #0234ED
Text Example
Text Example
White with #0234ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0234ED; }
p { color: rgb(2,52,237); }
H1.HeaderClassName
{
color: #0234ED;
}
.AnyTagClassName
{
color: #0234ED;
}
</style>
background-color css
<style>
a { background-color: #0234ED; }
a { background-color: rgb(2,52,237); }
div.DivClassName
{
background-color: #0234ED;
}
.BgClassName
{
background-color: #0234ED;
}
</style>
border-color css
<style>
span { border-color: #0234ED; }
span { border-color: rgb(2,52,237); }
td.TdClassName
{
border-color: #0234ED;
}
.TagClassName
{
border-color: #0234ED;
}
</style>