Html Css Color HEX #2A0ABB Medium Blue

📋 copy color: '#2A0ABB'

red 42 ◦ green 10 ◦ blue 187

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

Shades of Medium Blue #2A0ABB

Tints of Medium Blue #2A0ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 78.24%

R = 17.57%
G = 4.18%
B = 78.24%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2A0ABB (or 0x2A0ABB) is known color: Medium Blue. HEX triplet: 2A, 0A and BB. RGB value is (42,10,187). Sum of RGB (Red+Green+Blue) = 42+10+187=239 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.57% from 239); Green value is 10 (4.30% from 255 or 4.18% from 239); Blue value is 187 (73.44% from 255 or 78.24% from 239); Max value from RGB is 187 - color contains mainly: blue. Hex color #2A0ABB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0ABB is #D5F544. Grayscale: #272727. Windows color (decimal): -14021957 or 12257834. OLE color: 12257834.

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

Color convert

RGB 42 10 187 -
CMYK 0.78 0.95 0 0.27
HSL 250.85º 0.9% 0.39% -
HSV(B) 250.85º 0.95% 0.73% -
XYZ 10.03 4.3 47.31 -
YUV 39.75 211.1 129.61 -
System Red Green Blue C M Y K H S L
Decimal 42 10 187 0.78 0.95 0 0.27 250.85 0.9 0.39
Hex 2A A BB 4E 5F 0 1B FB 5A 27
Octal 52 12 273 116 137 0 33 373 132 47
Binary 101010 1010 10111011 1001110 1011111 0 11011 11111011 1011010 100111

Color Harmonies of #2A0ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0ABB

Black with #2A0ABB

Text Example


Text Example

White with #2A0ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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