Shades of Blue #021DF3
Tints of Blue #021DF3
RGB
CMYK
RGB Variations
Color information
#021DF3 (or 0x021DF3) is known color: Blue. HEX triplet: 02, 1D and F3. RGB value is (2,29,243). Sum of RGB (Red+Green+Blue) = 2+29+243=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 29 (11.72% from 255 or 10.58% from 274); Blue value is 243 (95.31% from 255 or 88.69% from 274); Max value from RGB is 243 - color contains mainly: blue. Hex color #021DF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #021DF3 is #FDE20C. Grayscale: #2C2C2C. Windows color (decimal): -16638477 or 15932674. OLE color: 15932674.
HSL color Cylindrical-coordinate representation of color #021DF3: hue angle of 233.28º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021DF3 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 29 | 243 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.05 |
| HSL | 233.28º | 0.98% | 0.48% | - |
| HSV(B) | 233.28º | 0.99% | 0.95% | - |
| XYZ | 16.64 | 7.36 | 85.34 | - |
| YUV | 45.32 | 239.55 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 29 | 243 | 0.99 | 0.88 | 0 | 0.05 | 233.28 | 0.98 | 0.48 |
| Hex | 2 | 1D | F3 | 63 | 58 | 0 | 5 | E9 | 62 | 30 |
| Octal | 2 | 35 | 363 | 143 | 130 | 0 | 5 | 351 | 142 | 60 |
| Binary | 10 | 11101 | 11110011 | 1100011 | 1011000 | 0 | 101 | 11101001 | 1100010 | 110000 |
Color Harmonies of #021DF3
Complementary color
Monochromatic Colors of #021DF3
Black with #021DF3
Text Example
Text Example
White with #021DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021DF3; }
p { color: rgb(2,29,243); }
H1.HeaderClassName
{
color: #021DF3;
}
.AnyTagClassName
{
color: #021DF3;
}
</style>
background-color css
<style>
a { background-color: #021DF3; }
a { background-color: rgb(2,29,243); }
div.DivClassName
{
background-color: #021DF3;
}
.BgClassName
{
background-color: #021DF3;
}
</style>
border-color css
<style>
span { border-color: #021DF3; }
span { border-color: rgb(2,29,243); }
td.TdClassName
{
border-color: #021DF3;
}
.TagClassName
{
border-color: #021DF3;
}
</style>