Html Css Color HEX #2A06BE Medium Blue

📋 copy color: '#2A06BE'

red 42 ◦ green 6 ◦ blue 190

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

Shades of Medium Blue #2A06BE

Tints of Medium Blue #2A06BE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.52%

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

R = 17.65%
G = 2.52%
B = 79.83%

CMYK

 C value IS 0.78

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2A06BE (or 0x2A06BE) is known color: Medium Blue. HEX triplet: 2A, 06 and BE. RGB value is (42,6,190). Sum of RGB (Red+Green+Blue) = 42+6+190=238 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.65% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 190 (74.61% from 255 or 79.83% from 238); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A06BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A06BE is #D5F941. Grayscale: #252525. Windows color (decimal): -14022978 or 12453418. OLE color: 12453418.

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

Color convert

RGB 42 6 190 -
CMYK 0.78 0.97 0 0.25
HSL 251.74º 0.94% 0.38% -
HSV(B) 251.74º 0.97% 0.75% -
XYZ 10.31 4.34 49.01 -
YUV 37.74 213.93 131.04 -
System Red Green Blue C M Y K H S L
Decimal 42 6 190 0.78 0.97 0 0.25 251.74 0.94 0.38
Hex 2A 6 BE 4E 61 0 19 FC 5E 26
Octal 52 6 276 116 141 0 31 374 136 46
Binary 101010 110 10111110 1001110 1100001 0 11001 11111100 1011110 100110

Color Harmonies of #2A06BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A06BE

Black with #2A06BE

Text Example


Text Example

White with #2A06BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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