Shades of Persian Blue #0227D4
Tints of Persian Blue #0227D4
RGB
CMYK
RGB Variations
Color information
#0227D4 (or 0x0227D4) is known color: Persian Blue. HEX triplet: 02, 27 and D4. RGB value is (2,39,212). Sum of RGB (Red+Green+Blue) = 2+39+212=253 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 212 (83.20% from 255 or 83.79% from 253); Max value from RGB is 212 - color contains mainly: blue. Hex color #0227D4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0227D4 is #FDD82B. Grayscale: #2E2E2E. Windows color (decimal): -16635948 or 13903618. OLE color: 13903618.
HSL color Cylindrical-coordinate representation of color #0227D4: hue angle of 229.43º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0227D4 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 2 | 39 | 212 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.17 |
| HSL | 229.43º | 0.98% | 0.42% | - |
| HSV(B) | 229.43º | 0.99% | 0.83% | - |
| XYZ | 12.63 | 6.22 | 62.82 | - |
| YUV | 47.66 | 220.74 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 39 | 212 | 0.99 | 0.82 | 0 | 0.17 | 229.43 | 0.98 | 0.42 |
| Hex | 2 | 27 | D4 | 63 | 52 | 0 | 11 | E5 | 62 | 2A |
| Octal | 2 | 47 | 324 | 143 | 122 | 0 | 21 | 345 | 142 | 52 |
| Binary | 10 | 100111 | 11010100 | 1100011 | 1010010 | 0 | 10001 | 11100101 | 1100010 | 101010 |
Color Harmonies of #0227D4
Complementary color
Monochromatic Colors of #0227D4
Black with #0227D4
Text Example
Text Example
White with #0227D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0227D4; }
p { color: rgb(2,39,212); }
H1.HeaderClassName
{
color: #0227D4;
}
.AnyTagClassName
{
color: #0227D4;
}
</style>
background-color css
<style>
a { background-color: #0227D4; }
a { background-color: rgb(2,39,212); }
div.DivClassName
{
background-color: #0227D4;
}
.BgClassName
{
background-color: #0227D4;
}
</style>
border-color css
<style>
span { border-color: #0227D4; }
span { border-color: rgb(2,39,212); }
td.TdClassName
{
border-color: #0227D4;
}
.TagClassName
{
border-color: #0227D4;
}
</style>