Html Css Color HEX #0022E4 Medium Blue

📋 copy color: '#0022E4'

red 0 ◦ green 34 ◦ blue 228

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

Shades of Medium Blue #0022E4

Tints of Medium Blue #0022E4

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 12.98%
B = 87.02%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#0022E4 (or 0x0022E4) is known color: Medium Blue. HEX triplet: 00, 22 and E4. RGB value is (0,34,228). Sum of RGB (Red+Green+Blue) = 0+34+228=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 228 (89.45% from 255 or 87.02% from 262); Max value from RGB is 228 - color contains mainly: blue. Hex color #0022E4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0022E4 is #FFDD1B. Grayscale: #2D2D2D. Windows color (decimal): -16768284 or 14950912. OLE color: 14950912.

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

Color convert

RGB 0 34 228 -
CMYK 1 0.85 0 0.11
HSL 231.05º 1% 0.45% -
HSV(B) 231.05º 1% 0.89% -
XYZ 14.58 6.75 73.93 -
YUV 45.95 230.74 95.23 -
System Red Green Blue C M Y K H S L
Decimal 0 34 228 1 0.85 0 0.11 231.05 1 0.45
Hex 0 22 E4 64 55 0 B E7 64 2D
Octal 0 42 344 144 125 0 13 347 144 55
Binary 0 100010 11100100 1100100 1010101 0 1011 11100111 1100100 101101

Color Harmonies of #0022E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0022E4

Black with #0022E4

Text Example


Text Example

White with #0022E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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