Html Css Color HEX #2606BE Medium Blue

📋 copy color: '#2606BE'

red 38 ◦ green 6 ◦ blue 190

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

Shades of Medium Blue #2606BE

Tints of Medium Blue #2606BE

RGB

 RED value IS 38 (15.23% from 255) = 16.24%

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

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

R = 16.24%
G = 2.56%
B = 81.2%

CMYK

 C value IS 0.8

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2606BE (or 0x2606BE) is known color: Medium Blue. HEX triplet: 26, 06 and BE. RGB value is (38,6,190). Sum of RGB (Red+Green+Blue) = 38+6+190=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 190 (74.61% from 255 or 81.20% from 234); Max value from RGB is 190 - color contains mainly: blue. Hex color #2606BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2606BE is #D9F941. Grayscale: #232323. Windows color (decimal): -14285122 or 12453414. OLE color: 12453414.

HSL color Cylindrical-coordinate representation of color #2606BE: hue angle of 250.43º 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 #2606BE is Cyan = 0.8, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 6 190 -
CMYK 0.8 0.97 0 0.25
HSL 250.43º 0.94% 0.38% -
HSV(B) 250.43º 0.97% 0.75% -
XYZ 10.16 4.26 49 -
YUV 36.54 214.6 129.04 -
System Red Green Blue C M Y K H S L
Decimal 38 6 190 0.8 0.97 0 0.25 250.43 0.94 0.38
Hex 26 6 BE 50 61 0 19 FA 5E 26
Octal 46 6 276 120 141 0 31 372 136 46
Binary 100110 110 10111110 1010000 1100001 0 11001 11111010 1011110 100110

Color Harmonies of #2606BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2606BE

Black with #2606BE

Text Example


Text Example

White with #2606BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2606BE; }

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

 H1.HeaderClassName
 {
   color: #2606BE;
 }
 .AnyTagClassName
 {
   color: #2606BE;
 }
</style>

background-color css

<style>
 a { background-color: #2606BE; }

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

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

border-color css

<style>
 span { border-color: #2606BE; }

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

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