Shades of Persian Blue #0238E0
Tints of Persian Blue #0238E0
RGB
CMYK
RGB Variations
Color information
#0238E0 (or 0x0238E0) is known color: Persian Blue. HEX triplet: 02, 38 and E0. RGB value is (2,56,224). Sum of RGB (Red+Green+Blue) = 2+56+224=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 224 (87.89% from 255 or 79.43% from 282); Max value from RGB is 224 - color contains mainly: blue. Hex color #0238E0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0238E0 is #FDC71F. Grayscale: #3A3A3A. Windows color (decimal): -16631584 or 14694402. OLE color: 14694402.
HSL color Cylindrical-coordinate representation of color #0238E0: hue angle of 225.41º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0238E0 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 56 | 224 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.12 |
| HSL | 225.41º | 0.98% | 0.44% | - |
| HSV(B) | 225.41º | 0.99% | 0.88% | - |
| XYZ | 14.89 | 8.22 | 71.32 | - |
| YUV | 59.01 | 221.11 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 56 | 224 | 0.99 | 0.75 | 0 | 0.12 | 225.41 | 0.98 | 0.44 |
| Hex | 2 | 38 | E0 | 63 | 4B | 0 | C | E1 | 62 | 2C |
| Octal | 2 | 70 | 340 | 143 | 113 | 0 | 14 | 341 | 142 | 54 |
| Binary | 10 | 111000 | 11100000 | 1100011 | 1001011 | 0 | 1100 | 11100001 | 1100010 | 101100 |
Color Harmonies of #0238E0
Complementary color
Monochromatic Colors of #0238E0
Black with #0238E0
Text Example
Text Example
White with #0238E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0238E0; }
p { color: rgb(2,56,224); }
H1.HeaderClassName
{
color: #0238E0;
}
.AnyTagClassName
{
color: #0238E0;
}
</style>
background-color css
<style>
a { background-color: #0238E0; }
a { background-color: rgb(2,56,224); }
div.DivClassName
{
background-color: #0238E0;
}
.BgClassName
{
background-color: #0238E0;
}
</style>
border-color css
<style>
span { border-color: #0238E0; }
span { border-color: rgb(2,56,224); }
td.TdClassName
{
border-color: #0238E0;
}
.TagClassName
{
border-color: #0238E0;
}
</style>