Shades of Blue #021DF8
Tints of Blue #021DF8
RGB
CMYK
RGB Variations
Color information
#021DF8 (or 0x021DF8) is known color: Blue. HEX triplet: 02, 1D and F8. RGB value is (2,29,248). Sum of RGB (Red+Green+Blue) = 2+29+248=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 248 (97.27% from 255 or 88.89% from 279); Max value from RGB is 248 - color contains mainly: blue. Hex color #021DF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #021DF8 is #FDE207. Grayscale: #2C2C2C. Windows color (decimal): -16638472 or 16260354. OLE color: 16260354.
HSL color Cylindrical-coordinate representation of color #021DF8: hue angle of 233.41º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021DF8 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 2 | 29 | 248 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.03 |
| HSL | 233.41º | 0.98% | 0.49% | - |
| HSV(B) | 233.41º | 0.99% | 0.97% | - |
| XYZ | 17.41 | 7.67 | 89.37 | - |
| YUV | 45.89 | 242.05 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 29 | 248 | 0.99 | 0.88 | 0 | 0.03 | 233.41 | 0.98 | 0.49 |
| Hex | 2 | 1D | F8 | 63 | 58 | 0 | 3 | E9 | 62 | 31 |
| Octal | 2 | 35 | 370 | 143 | 130 | 0 | 3 | 351 | 142 | 61 |
| Binary | 10 | 11101 | 11111000 | 1100011 | 1011000 | 0 | 11 | 11101001 | 1100010 | 110001 |
Color Harmonies of #021DF8
Complementary color
Monochromatic Colors of #021DF8
Black with #021DF8
Text Example
Text Example
White with #021DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021DF8; }
p { color: rgb(2,29,248); }
H1.HeaderClassName
{
color: #021DF8;
}
.AnyTagClassName
{
color: #021DF8;
}
</style>
background-color css
<style>
a { background-color: #021DF8; }
a { background-color: rgb(2,29,248); }
div.DivClassName
{
background-color: #021DF8;
}
.BgClassName
{
background-color: #021DF8;
}
</style>
border-color css
<style>
span { border-color: #021DF8; }
span { border-color: rgb(2,29,248); }
td.TdClassName
{
border-color: #021DF8;
}
.TagClassName
{
border-color: #021DF8;
}
</style>