Html Css Color HEX #021FFB Blue

📋 copy color: '#021FFB'

red 2 ◦ green 31 ◦ blue 251

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

Shades of Blue #021FFB

Tints of Blue #021FFB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.92%

 BLUE value IS 251 (98.44% from 255) = 88.38%

R = 0.7%
G = 10.92%
B = 88.38%

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

#021FFB (or 0x021FFB) is known color: Blue. HEX triplet: 02, 1F and FB. RGB value is (2,31,251). Sum of RGB (Red+Green+Blue) = 2+31+251=284 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 284); Green value is 31 (12.5% from 255 or 10.92% from 284); Blue value is 251 (98.44% from 255 or 88.38% from 284); Max value from RGB is 251 - color contains mainly: blue. Hex color #021FFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #021FFB is #FDE004. Grayscale: #2E2E2E. Windows color (decimal): -16637957 or 16457474. OLE color: 16457474.

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

Color convert

RGB 2 31 251 -
CMYK 0.99 0.88 0 0.02
HSL 233.01º 0.98% 0.5% -
HSV(B) 233.01º 0.99% 0.98% -
XYZ 17.93 7.96 91.86 -
YUV 47.41 242.89 95.61 -
System Red Green Blue C M Y K H S L
Decimal 2 31 251 0.99 0.88 0 0.02 233.01 0.98 0.5
Hex 2 1F FB 63 58 0 2 E9 62 32
Octal 2 37 373 143 130 0 2 351 142 62
Binary 10 11111 11111011 1100011 1011000 0 10 11101001 1100010 110010

Color Harmonies of #021FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021FFB

Black with #021FFB

Text Example


Text Example

White with #021FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,31,251); }

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

background-color css

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

 a { background-color: rgb(2,31,251); }

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

border-color css

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

 span { border-color: rgb(2,31,251); }

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