Shades of Blue #022CFD
Tints of Blue #022CFD
RGB
CMYK
RGB Variations
Color information
#022CFD (or 0x022CFD) is known color: Blue. HEX triplet: 02, 2C and FD. RGB value is (2,44,253). Sum of RGB (Red+Green+Blue) = 2+44+253=299 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 253 (99.22% from 255 or 84.62% from 299); Max value from RGB is 253 - color contains mainly: blue. Hex color #022CFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #022CFD is #FDD302. Grayscale: #363636. Windows color (decimal): -16634627 or 16591874. OLE color: 16591874.
HSL color Cylindrical-coordinate representation of color #022CFD: hue angle of 229.96º 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 #022CFD is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 44 | 253 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.01 |
| HSL | 229.96º | 0.98% | 0.5% | - |
| HSV(B) | 229.96º | 0.99% | 0.99% | - |
| XYZ | 18.66 | 8.91 | 93.66 | - |
| YUV | 55.27 | 239.59 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 44 | 253 | 0.99 | 0.83 | 0 | 0.01 | 229.96 | 0.98 | 0.5 |
| Hex | 2 | 2C | FD | 63 | 53 | 0 | 1 | E6 | 62 | 32 |
| Octal | 2 | 54 | 375 | 143 | 123 | 0 | 1 | 346 | 142 | 62 |
| Binary | 10 | 101100 | 11111101 | 1100011 | 1010011 | 0 | 1 | 11100110 | 1100010 | 110010 |
Color Harmonies of #022CFD
Complementary color
Monochromatic Colors of #022CFD
Black with #022CFD
Text Example
Text Example
White with #022CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022CFD; }
p { color: rgb(2,44,253); }
H1.HeaderClassName
{
color: #022CFD;
}
.AnyTagClassName
{
color: #022CFD;
}
</style>
background-color css
<style>
a { background-color: #022CFD; }
a { background-color: rgb(2,44,253); }
div.DivClassName
{
background-color: #022CFD;
}
.BgClassName
{
background-color: #022CFD;
}
</style>
border-color css
<style>
span { border-color: #022CFD; }
span { border-color: rgb(2,44,253); }
td.TdClassName
{
border-color: #022CFD;
}
.TagClassName
{
border-color: #022CFD;
}
</style>