Html Css Color HEX #0222E4 Medium Blue

📋 copy color: '#0222E4'

red 2 ◦ green 34 ◦ blue 228

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

Shades of Medium Blue #0222E4

Tints of Medium Blue #0222E4

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.88%

 BLUE value IS 228 (89.45% from 255) = 86.36%

R = 0.76%
G = 12.88%
B = 86.36%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#0222E4 (or 0x0222E4) is known color: Medium Blue. HEX triplet: 02, 22 and E4. RGB value is (2,34,228). Sum of RGB (Red+Green+Blue) = 2+34+228=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 228 (89.45% from 255 or 86.36% from 264); Max value from RGB is 228 - color contains mainly: blue. Hex color #0222E4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0222E4 is #FDDD1B. Grayscale: #2D2D2D. Windows color (decimal): -16637212 or 14950914. OLE color: 14950914.

HSL color Cylindrical-coordinate representation of color #0222E4: hue angle of 231.5º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0222E4 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 2 34 228 -
CMYK 0.99 0.85 0 0.11
HSL 231.5º 0.98% 0.45% -
HSV(B) 231.5º 0.99% 0.89% -
XYZ 14.6 6.76 73.93 -
YUV 46.55 230.4 96.23 -
System Red Green Blue C M Y K H S L
Decimal 2 34 228 0.99 0.85 0 0.11 231.5 0.98 0.45
Hex 2 22 E4 63 55 0 B E8 62 2D
Octal 2 42 344 143 125 0 13 350 142 55
Binary 10 100010 11100100 1100011 1010101 0 1011 11101000 1100010 101101

Color Harmonies of #0222E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0222E4

Black with #0222E4

Text Example


Text Example

White with #0222E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0222E4; }

 p { color: rgb(2,34,228); }

 H1.HeaderClassName
 {
   color: #0222E4;
 }
 .AnyTagClassName
 {
   color: #0222E4;
 }
</style>

background-color css

<style>
 a { background-color: #0222E4; }

 a { background-color: rgb(2,34,228); }

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

border-color css

<style>
 span { border-color: #0222E4; }

 span { border-color: rgb(2,34,228); }

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