Shades of Persian Blue #0235EE
Tints of Persian Blue #0235EE
RGB
CMYK
RGB Variations
Color information
#0235EE (or 0x0235EE) is known color: Persian Blue. HEX triplet: 02, 35 and EE. RGB value is (2,53,238). Sum of RGB (Red+Green+Blue) = 2+53+238=293 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 238 (93.36% from 255 or 81.23% from 293); Max value from RGB is 238 - color contains mainly: blue. Hex color #0235EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0235EE is #FDCA11. Grayscale: #3A3A3A. Windows color (decimal): -16632338 or 15611138. OLE color: 15611138.
HSL color Cylindrical-coordinate representation of color #0235EE: hue angle of 227.03º 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 #0235EE is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 53 | 238 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.07 |
| HSL | 227.03º | 0.98% | 0.47% | - |
| HSV(B) | 227.03º | 0.99% | 0.93% | - |
| XYZ | 16.73 | 8.73 | 81.69 | - |
| YUV | 58.84 | 229.1 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 53 | 238 | 0.99 | 0.78 | 0 | 0.07 | 227.03 | 0.98 | 0.47 |
| Hex | 2 | 35 | EE | 63 | 4E | 0 | 7 | E3 | 62 | 2F |
| Octal | 2 | 65 | 356 | 143 | 116 | 0 | 7 | 343 | 142 | 57 |
| Binary | 10 | 110101 | 11101110 | 1100011 | 1001110 | 0 | 111 | 11100011 | 1100010 | 101111 |
Color Harmonies of #0235EE
Complementary color
Monochromatic Colors of #0235EE
Black with #0235EE
Text Example
Text Example
White with #0235EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0235EE; }
p { color: rgb(2,53,238); }
H1.HeaderClassName
{
color: #0235EE;
}
.AnyTagClassName
{
color: #0235EE;
}
</style>
background-color css
<style>
a { background-color: #0235EE; }
a { background-color: rgb(2,53,238); }
div.DivClassName
{
background-color: #0235EE;
}
.BgClassName
{
background-color: #0235EE;
}
</style>
border-color css
<style>
span { border-color: #0235EE; }
span { border-color: rgb(2,53,238); }
td.TdClassName
{
border-color: #0235EE;
}
.TagClassName
{
border-color: #0235EE;
}
</style>