Html Css Color HEX #020AE2 Medium Blue

📋 copy color: '#020AE2'

red 2 ◦ green 10 ◦ blue 226

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

Shades of Medium Blue #020AE2

Tints of Medium Blue #020AE2

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.2%

 BLUE value IS 226 (88.67% from 255) = 94.96%

R = 0.84%
G = 4.2%
B = 94.96%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#020AE2 (or 0x020AE2) is known color: Medium Blue. HEX triplet: 02, 0A and E2. RGB value is (2,10,226). Sum of RGB (Red+Green+Blue) = 2+10+226=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 226 (88.67% from 255 or 94.96% from 238); Max value from RGB is 226 - color contains mainly: blue. Hex color #020AE2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020AE2 is #FDF51D. Grayscale: #1F1F1F. Windows color (decimal): -16643358 or 14813698. OLE color: 14813698.

HSL color Cylindrical-coordinate representation of color #020AE2: hue angle of 237.86º 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 #020AE2 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 2 10 226 -
CMYK 0.99 0.96 0 0.11
HSL 237.86º 0.98% 0.45% -
HSV(B) 237.86º 0.99% 0.89% -
XYZ 13.86 5.72 72.33 -
YUV 32.23 237.35 106.44 -
System Red Green Blue C M Y K H S L
Decimal 2 10 226 0.99 0.96 0 0.11 237.86 0.98 0.45
Hex 2 A E2 63 60 0 B EE 62 2D
Octal 2 12 342 143 140 0 13 356 142 55
Binary 10 1010 11100010 1100011 1100000 0 1011 11101110 1100010 101101

Color Harmonies of #020AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020AE2

Black with #020AE2

Text Example


Text Example

White with #020AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020AE2; }

 p { color: rgb(2,10,226); }

 H1.HeaderClassName
 {
   color: #020AE2;
 }
 .AnyTagClassName
 {
   color: #020AE2;
 }
</style>

background-color css

<style>
 a { background-color: #020AE2; }

 a { background-color: rgb(2,10,226); }

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

border-color css

<style>
 span { border-color: #020AE2; }

 span { border-color: rgb(2,10,226); }

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