Shades of Blue #0227FD
Tints of Blue #0227FD
RGB
CMYK
RGB Variations
Color information
#0227FD (or 0x0227FD) is known color: Blue. HEX triplet: 02, 27 and FD. RGB value is (2,39,253). Sum of RGB (Red+Green+Blue) = 2+39+253=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 253 (99.22% from 255 or 86.05% from 294); Max value from RGB is 253 - color contains mainly: blue. Hex color #0227FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0227FD is #FDD802. Grayscale: #333333. Windows color (decimal): -16635907 or 16590594. OLE color: 16590594.
HSL color Cylindrical-coordinate representation of color #0227FD: hue angle of 231.16º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0227FD is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 39 | 253 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.01 |
| HSL | 231.16º | 0.98% | 0.5% | - |
| HSV(B) | 231.16º | 0.99% | 0.99% | - |
| XYZ | 18.48 | 8.56 | 93.61 | - |
| YUV | 52.33 | 241.24 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 39 | 253 | 0.99 | 0.85 | 0 | 0.01 | 231.16 | 0.98 | 0.5 |
| Hex | 2 | 27 | FD | 63 | 55 | 0 | 1 | E7 | 62 | 32 |
| Octal | 2 | 47 | 375 | 143 | 125 | 0 | 1 | 347 | 142 | 62 |
| Binary | 10 | 100111 | 11111101 | 1100011 | 1010101 | 0 | 1 | 11100111 | 1100010 | 110010 |
Color Harmonies of #0227FD
Complementary color
Monochromatic Colors of #0227FD
Black with #0227FD
Text Example
Text Example
White with #0227FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0227FD; }
p { color: rgb(2,39,253); }
H1.HeaderClassName
{
color: #0227FD;
}
.AnyTagClassName
{
color: #0227FD;
}
</style>
background-color css
<style>
a { background-color: #0227FD; }
a { background-color: rgb(2,39,253); }
div.DivClassName
{
background-color: #0227FD;
}
.BgClassName
{
background-color: #0227FD;
}
</style>
border-color css
<style>
span { border-color: #0227FD; }
span { border-color: rgb(2,39,253); }
td.TdClassName
{
border-color: #0227FD;
}
.TagClassName
{
border-color: #0227FD;
}
</style>