Shades of Blue #022FFC
Tints of Blue #022FFC
RGB
CMYK
RGB Variations
Color information
#022FFC (or 0x022FFC) is known color: Blue. HEX triplet: 02, 2F and FC. RGB value is (2,47,252). Sum of RGB (Red+Green+Blue) = 2+47+252=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 252 (98.83% from 255 or 83.72% from 301); Max value from RGB is 252 - color contains mainly: blue. Hex color #022FFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #022FFC is #FDD003. Grayscale: #383838. Windows color (decimal): -16633860 or 16527106. OLE color: 16527106.
HSL color Cylindrical-coordinate representation of color #022FFC: hue angle of 229.2º 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 #022FFC is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 47 | 252 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.01 |
| HSL | 229.2º | 0.98% | 0.5% | - |
| HSV(B) | 229.2º | 0.99% | 0.99% | - |
| XYZ | 18.61 | 9.07 | 92.87 | - |
| YUV | 56.92 | 238.09 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 47 | 252 | 0.99 | 0.81 | 0 | 0.01 | 229.2 | 0.98 | 0.5 |
| Hex | 2 | 2F | FC | 63 | 51 | 0 | 1 | E5 | 62 | 32 |
| Octal | 2 | 57 | 374 | 143 | 121 | 0 | 1 | 345 | 142 | 62 |
| Binary | 10 | 101111 | 11111100 | 1100011 | 1010001 | 0 | 1 | 11100101 | 1100010 | 110010 |
Color Harmonies of #022FFC
Complementary color
Monochromatic Colors of #022FFC
Black with #022FFC
Text Example
Text Example
White with #022FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022FFC; }
p { color: rgb(2,47,252); }
H1.HeaderClassName
{
color: #022FFC;
}
.AnyTagClassName
{
color: #022FFC;
}
</style>
background-color css
<style>
a { background-color: #022FFC; }
a { background-color: rgb(2,47,252); }
div.DivClassName
{
background-color: #022FFC;
}
.BgClassName
{
background-color: #022FFC;
}
</style>
border-color css
<style>
span { border-color: #022FFC; }
span { border-color: rgb(2,47,252); }
td.TdClassName
{
border-color: #022FFC;
}
.TagClassName
{
border-color: #022FFC;
}
</style>