Html Css Color HEX #0221EB Blue

📋 copy color: '#0221EB'

red 2 ◦ green 33 ◦ blue 235

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

Shades of Blue #0221EB

Tints of Blue #0221EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 87.04%

R = 0.74%
G = 12.22%
B = 87.04%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0221EB (or 0x0221EB) is known color: Blue. HEX triplet: 02, 21 and EB. RGB value is (2,33,235). Sum of RGB (Red+Green+Blue) = 2+33+235=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 235 (92.19% from 255 or 87.04% from 270); Max value from RGB is 235 - color contains mainly: blue. Hex color #0221EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0221EB is #FDDE14. Grayscale: #2D2D2D. Windows color (decimal): -16637461 or 15409410. OLE color: 15409410.

HSL color Cylindrical-coordinate representation of color #0221EB: hue angle of 232.02º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0221EB is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 2 33 235 -
CMYK 0.99 0.86 0 0.08
HSL 232.02º 0.98% 0.46% -
HSV(B) 232.02º 0.99% 0.92% -
XYZ 15.56 7.1 79.15 -
YUV 46.76 234.23 96.07 -
System Red Green Blue C M Y K H S L
Decimal 2 33 235 0.99 0.86 0 0.08 232.02 0.98 0.46
Hex 2 21 EB 63 56 0 8 E8 62 2E
Octal 2 41 353 143 126 0 10 350 142 56
Binary 10 100001 11101011 1100011 1010110 0 1000 11101000 1100010 101110

Color Harmonies of #0221EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0221EB

Black with #0221EB

Text Example


Text Example

White with #0221EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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