Html Css Color HEX #020ABE Medium Blue

📋 copy color: '#020ABE'

red 2 ◦ green 10 ◦ blue 190

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

Shades of Medium Blue #020ABE

Tints of Medium Blue #020ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 94.06%

R = 0.99%
G = 4.95%
B = 94.06%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#020ABE (or 0x020ABE) is known color: Medium Blue. HEX triplet: 02, 0A and BE. RGB value is (2,10,190). Sum of RGB (Red+Green+Blue) = 2+10+190=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 190 (74.61% from 255 or 94.06% from 202); Max value from RGB is 190 - color contains mainly: blue. Hex color #020ABE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020ABE is #FDF541. Grayscale: #1B1B1B. Windows color (decimal): -16643394 or 12454402. OLE color: 12454402.

HSL color Cylindrical-coordinate representation of color #020ABE: hue angle of 237.45º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020ABE is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 10 190 -
CMYK 0.99 0.95 0 0.25
HSL 237.45º 0.98% 0.38% -
HSV(B) 237.45º 0.99% 0.75% -
XYZ 9.43 3.95 48.98 -
YUV 28.13 219.35 109.36 -
System Red Green Blue C M Y K H S L
Decimal 2 10 190 0.99 0.95 0 0.25 237.45 0.98 0.38
Hex 2 A BE 63 5F 0 19 ED 62 26
Octal 2 12 276 143 137 0 31 355 142 46
Binary 10 1010 10111110 1100011 1011111 0 11001 11101101 1100010 100110

Color Harmonies of #020ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020ABE

Black with #020ABE

Text Example


Text Example

White with #020ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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