Shades of Persian Blue #2130EA
Tints of Persian Blue #2130EA
RGB
CMYK
RGB Variations
Color information
#2130EA (or 0x2130EA) is known color: Persian Blue. HEX triplet: 21, 30 and EA. RGB value is (33,48,234). Sum of RGB (Red+Green+Blue) = 33+48+234=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 234 (91.80% from 255 or 74.29% from 315); Max value from RGB is 234 - color contains mainly: blue. Hex color #2130EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2130EA is #DECF15. Grayscale: #3F3F3F. Windows color (decimal): -14602006 or 15347745. OLE color: 15347745.
HSL color Cylindrical-coordinate representation of color #2130EA: hue angle of 235.52º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2130EA is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 48 | 234 | - |
| CMYK | 0.86 | 0.79 | 0 | 0.08 |
| HSL | 235.52º | 0.83% | 0.52% | - |
| HSV(B) | 235.52º | 0.86% | 0.92% | - |
| XYZ | 16.54 | 8.38 | 78.59 | - |
| YUV | 64.72 | 223.53 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 48 | 234 | 0.86 | 0.79 | 0 | 0.08 | 235.52 | 0.83 | 0.52 |
| Hex | 21 | 30 | EA | 56 | 4F | 0 | 8 | EC | 53 | 34 |
| Octal | 41 | 60 | 352 | 126 | 117 | 0 | 10 | 354 | 123 | 64 |
| Binary | 100001 | 110000 | 11101010 | 1010110 | 1001111 | 0 | 1000 | 11101100 | 1010011 | 110100 |
Color Harmonies of #2130EA
Complementary color
Monochromatic Colors of #2130EA
Black with #2130EA
Text Example
Text Example
White with #2130EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2130EA; }
p { color: rgb(33,48,234); }
H1.HeaderClassName
{
color: #2130EA;
}
.AnyTagClassName
{
color: #2130EA;
}
</style>
background-color css
<style>
a { background-color: #2130EA; }
a { background-color: rgb(33,48,234); }
div.DivClassName
{
background-color: #2130EA;
}
.BgClassName
{
background-color: #2130EA;
}
</style>
border-color css
<style>
span { border-color: #2130EA; }
span { border-color: rgb(33,48,234); }
td.TdClassName
{
border-color: #2130EA;
}
.TagClassName
{
border-color: #2130EA;
}
</style>