Html Css Color HEX #021DF9 Blue

📋 copy color: '#021DF9'

red 2 ◦ green 29 ◦ blue 249

#021DF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #021DF9

Tints of Blue #021DF9

RGB

 RED value IS 2 (1.17% from 255) = 0.71%

 GREEN value IS 29 (11.72% from 255) = 10.36%

 BLUE value IS 249 (97.66% from 255) = 88.93%

R = 0.71%
G = 10.36%
B = 88.93%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#021DF9 (or 0x021DF9) is known color: Blue. HEX triplet: 02, 1D and F9. RGB value is (2,29,249). Sum of RGB (Red+Green+Blue) = 2+29+249=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 249 (97.66% from 255 or 88.93% from 280); Max value from RGB is 249 - color contains mainly: blue. Hex color #021DF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #021DF9 is #FDE206. Grayscale: #2D2D2D. Windows color (decimal): -16638471 or 16325890. OLE color: 16325890.

HSL color Cylindrical-coordinate representation of color #021DF9: hue angle of 233.44º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021DF9 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 2 29 249 -
CMYK 0.99 0.88 0 0.02
HSL 233.44º 0.98% 0.49% -
HSV(B) 233.44º 0.99% 0.98% -
XYZ 17.56 7.73 90.19 -
YUV 46.01 242.55 96.61 -
System Red Green Blue C M Y K H S L
Decimal 2 29 249 0.99 0.88 0 0.02 233.44 0.98 0.49
Hex 2 1D F9 63 58 0 2 E9 62 31
Octal 2 35 371 143 130 0 2 351 142 61
Binary 10 11101 11111001 1100011 1011000 0 10 11101001 1100010 110001

Color Harmonies of #021DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021DF9

Black with #021DF9

Text Example


Text Example

White with #021DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021DF9; }

 p { color: rgb(2,29,249); }

 H1.HeaderClassName
 {
   color: #021DF9;
 }
 .AnyTagClassName
 {
   color: #021DF9;
 }
</style>

background-color css

<style>
 a { background-color: #021DF9; }

 a { background-color: rgb(2,29,249); }

 div.DivClassName
 {
   background-color: #021DF9;
 }
 .BgClassName
 {
   background-color: #021DF9;
 }
</style>

border-color css

<style>
 span { border-color: #021DF9; }

 span { border-color: rgb(2,29,249); }

 td.TdClassName
 {
   border-color: #021DF9;
 }
 .TagClassName
 {
   border-color: #021DF9;
 }
</style>