Shades of Persian Blue #203FED
Tints of Persian Blue #203FED
RGB
CMYK
RGB Variations
Color information
#203FED (or 0x203FED) is known color: Persian Blue. HEX triplet: 20, 3F and ED. RGB value is (32,63,237). Sum of RGB (Red+Green+Blue) = 32+63+237=332 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.64% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 237 (92.97% from 255 or 71.39% from 332); Max value from RGB is 237 - color contains mainly: blue. Hex color #203FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #203FED is #DFC012. Grayscale: #484848. Windows color (decimal): -14663699 or 15548192. OLE color: 15548192.
HSL color Cylindrical-coordinate representation of color #203FED: hue angle of 230.93º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #203FED is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 63 | 237 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.07 |
| HSL | 230.93º | 0.85% | 0.53% | - |
| HSV(B) | 230.93º | 0.86% | 0.93% | - |
| XYZ | 17.66 | 9.98 | 81.12 | - |
| YUV | 73.57 | 220.23 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 237 | 0.86 | 0.73 | 0 | 0.07 | 230.93 | 0.85 | 0.53 |
| Hex | 20 | 3F | ED | 56 | 49 | 0 | 7 | E7 | 55 | 35 |
| Octal | 40 | 77 | 355 | 126 | 111 | 0 | 7 | 347 | 125 | 65 |
| Binary | 100000 | 111111 | 11101101 | 1010110 | 1001001 | 0 | 111 | 11100111 | 1010101 | 110101 |
Color Harmonies of #203FED
Complementary color
Monochromatic Colors of #203FED
Black with #203FED
Text Example
Text Example
White with #203FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203FED; }
p { color: rgb(32,63,237); }
H1.HeaderClassName
{
color: #203FED;
}
.AnyTagClassName
{
color: #203FED;
}
</style>
background-color css
<style>
a { background-color: #203FED; }
a { background-color: rgb(32,63,237); }
div.DivClassName
{
background-color: #203FED;
}
.BgClassName
{
background-color: #203FED;
}
</style>
border-color css
<style>
span { border-color: #203FED; }
span { border-color: rgb(32,63,237); }
td.TdClassName
{
border-color: #203FED;
}
.TagClassName
{
border-color: #203FED;
}
</style>