Html Css Color HEX #0221F6 Blue

📋 copy color: '#0221F6'

red 2 ◦ green 33 ◦ blue 246

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

Shades of Blue #0221F6

Tints of Blue #0221F6

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.74%

 BLUE value IS 246 (96.48% from 255) = 87.54%

R = 0.71%
G = 11.74%
B = 87.54%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#0221F6 (or 0x0221F6) is known color: Blue. HEX triplet: 02, 21 and F6. RGB value is (2,33,246). Sum of RGB (Red+Green+Blue) = 2+33+246=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 246 (96.48% from 255 or 87.54% from 281); Max value from RGB is 246 - color contains mainly: blue. Hex color #0221F6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0221F6 is #FDDE09. Grayscale: #2F2F2F. Windows color (decimal): -16637450 or 16130306. OLE color: 16130306.

HSL color Cylindrical-coordinate representation of color #0221F6: hue angle of 232.38º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0221F6 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 2 33 246 -
CMYK 0.99 0.87 0 0.04
HSL 232.38º 0.98% 0.49% -
HSV(B) 232.38º 0.99% 0.96% -
XYZ 17.2 7.75 87.78 -
YUV 48.01 239.73 95.18 -
System Red Green Blue C M Y K H S L
Decimal 2 33 246 0.99 0.87 0 0.04 232.38 0.98 0.49
Hex 2 21 F6 63 57 0 4 E8 62 31
Octal 2 41 366 143 127 0 4 350 142 61
Binary 10 100001 11110110 1100011 1010111 0 100 11101000 1100010 110001

Color Harmonies of #0221F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0221F6

Black with #0221F6

Text Example


Text Example

White with #0221F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0221F6; }

 p { color: rgb(2,33,246); }

 H1.HeaderClassName
 {
   color: #0221F6;
 }
 .AnyTagClassName
 {
   color: #0221F6;
 }
</style>

background-color css

<style>
 a { background-color: #0221F6; }

 a { background-color: rgb(2,33,246); }

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

border-color css

<style>
 span { border-color: #0221F6; }

 span { border-color: rgb(2,33,246); }

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