Html Css Color HEX #2A0ABE Medium Blue

📋 copy color: '#2A0ABE'

red 42 ◦ green 10 ◦ blue 190

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

Shades of Medium Blue #2A0ABE

Tints of Medium Blue #2A0ABE

RGB

 RED value IS 42 (16.8% from 255) = 17.36%

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

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

R = 17.36%
G = 4.13%
B = 78.51%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2A0ABE (or 0x2A0ABE) is known color: Medium Blue. HEX triplet: 2A, 0A and BE. RGB value is (42,10,190). Sum of RGB (Red+Green+Blue) = 42+10+190=242 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.36% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 190 (74.61% from 255 or 78.51% from 242); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A0ABE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0ABE is #D5F541. Grayscale: #272727. Windows color (decimal): -14021954 or 12454442. OLE color: 12454442.

HSL color Cylindrical-coordinate representation of color #2A0ABE: hue angle of 250.67º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A0ABE is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 42 10 190 -
CMYK 0.78 0.95 0 0.25
HSL 250.67º 0.9% 0.39% -
HSV(B) 250.67º 0.95% 0.75% -
XYZ 10.36 4.43 49.02 -
YUV 40.09 212.6 129.36 -
System Red Green Blue C M Y K H S L
Decimal 42 10 190 0.78 0.95 0 0.25 250.67 0.9 0.39
Hex 2A A BE 4E 5F 0 19 FB 5A 27
Octal 52 12 276 116 137 0 31 373 132 47
Binary 101010 1010 10111110 1001110 1011111 0 11001 11111011 1011010 100111

Color Harmonies of #2A0ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0ABE

Black with #2A0ABE

Text Example


Text Example

White with #2A0ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A0ABE; }

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

 H1.HeaderClassName
 {
   color: #2A0ABE;
 }
 .AnyTagClassName
 {
   color: #2A0ABE;
 }
</style>

background-color css

<style>
 a { background-color: #2A0ABE; }

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

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

border-color css

<style>
 span { border-color: #2A0ABE; }

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

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